mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hydrus: update to 573, adopt.
This commit is contained in:
parent
3fe9f51061
commit
c5706c1415
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hydrus'
|
# Template file for 'hydrus'
|
||||||
pkgname=hydrus
|
pkgname=hydrus
|
||||||
version=544
|
version=573
|
||||||
revision=1
|
revision=1
|
||||||
pycompile_dirs="usr/lib/hydrus"
|
pycompile_dirs="usr/lib/hydrus"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
|
@ -11,11 +11,12 @@ depends="python3 libopencv-python3 python3-BeautifulSoup4 python3-yaml
|
||||||
miniupnpc desktop-file-utils python3-cloudscraper python3-openssl
|
miniupnpc desktop-file-utils python3-cloudscraper python3-openssl
|
||||||
python3-packaging"
|
python3-packaging"
|
||||||
short_desc="Danbooru-like image tagging and searching system for the desktop"
|
short_desc="Danbooru-like image tagging and searching system for the desktop"
|
||||||
maintainer="fanyx <fanyx+github@posteo.net>"
|
maintainer="Eloi Torrents <eloitor@duck.com>"
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
homepage="https://hydrusnetwork.github.io/hydrus/"
|
homepage="https://hydrusnetwork.github.io/hydrus/"
|
||||||
|
changelog="https://raw.githubusercontent.com/hydrusnetwork/hydrus/master/docs/changelog.md"
|
||||||
distfiles="https://github.com/hydrusnetwork/hydrus/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/hydrusnetwork/hydrus/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7fa642c6139aaac97abaaad96a64c5e481b701c90c503129368b211c87af091c
|
checksum=80738fcbb67941aaeeddf7e1fe7f0d8f4f28d2286341862a45f970dec8dde1c7
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -24,6 +25,8 @@ do_install() {
|
||||||
chmod +x hydrus_server.py hydrus_client.py
|
chmod +x hydrus_server.py hydrus_client.py
|
||||||
|
|
||||||
vmkdir usr/lib/hydrus
|
vmkdir usr/lib/hydrus
|
||||||
|
rm -r static/build_files
|
||||||
|
rm -r static/requirements
|
||||||
vcopy hydrus usr/lib/hydrus/
|
vcopy hydrus usr/lib/hydrus/
|
||||||
vcopy static usr/lib/hydrus/
|
vcopy static usr/lib/hydrus/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue