electrum: move INSTALL.msg to README.voidlinux

This commit is contained in:
Duncaen 2022-06-30 17:25:26 +02:00
parent 2c89aff1ea
commit 95da7dd7b3
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'electrum'
pkgname=electrum
version=4.2.0
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
@ -27,4 +27,5 @@ post_install() {
-e 's|testnet %u|testnet|' \
${DESTDIR}/usr/share/applications/electrum.desktop
vlicense LICENCE
vdoc "${FILESDIR}/README.voidlinux"
}