mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
electrum: move INSTALL.msg to README.voidlinux
This commit is contained in:
parent
2c89aff1ea
commit
95da7dd7b3
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=4.2.0
|
version=4.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
||||||
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
|
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
|
||||||
|
@ -27,4 +27,5 @@ post_install() {
|
||||||
-e 's|testnet %u|testnet|' \
|
-e 's|testnet %u|testnet|' \
|
||||||
${DESTDIR}/usr/share/applications/electrum.desktop
|
${DESTDIR}/usr/share/applications/electrum.desktop
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue