Auxiliary tools for users of pixiv_down
Révision | a1e4a17f0e535151c5e9d2bdb93522e322d3c771 (tree) |
---|---|
l'heure | 2023-01-29 12:26:13 |
Auteur | nemophila <stigma@disr...> |
Commiter | nemophila |
Update dub.sdl
Prefer using the git repository for pixivd rather than assuming
it exists in a local directory.
@@ -1,5 +1,6 @@ | ||
1 | 1 | # dub |
2 | 2 | .dub/ |
3 | +docs/ | |
3 | 4 | |
4 | 5 | # mlib |
5 | 6 | .a |
@@ -9,3 +10,4 @@ | ||
9 | 10 | |
10 | 11 | # Logs |
11 | 12 | .log |
13 | +logs/ |
@@ -1,9 +1,10 @@ | ||
1 | 1 | name "pixivd-tools" |
2 | 2 | description "Collection of extra utility programs utilising pixivd" |
3 | +homepage "https://yume-neru.neocities.org/p/pixivd-tools.html" | |
3 | 4 | license "BSD 2-clause" |
4 | 5 | |
5 | -# Change the path here for pixivd if required. | |
6 | -dependency "pixivd" path="../pixivd" | |
6 | +dependency "pixivd" repository="git+https://pf.osdn.net/gitroot/n/ne/nemophila/pixivd.git" \ | |
7 | + version="b1bd23854879047a369ecef3075b1981f9a767c7" | |
7 | 8 | |
8 | 9 | dependency "mlib" path="mlib" |
9 | 10 |