dev-libs/polyseed: new ebuild

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
Adam Pimentel
2022-12-19 19:22:01 -05:00
parent a96a83b857
commit 76248d630f
5 changed files with 38 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ MONERO_DIST_COMIT="b45c66e9c62d7e8f24abbcb447f408e618bfd450"
DESCRIPTION="A free, open-source Monero wallet"
HOMEPAGE="https://featherwallet.org"
SRC_URI="https://github.com/feather-wallet/feather/archive/refs/tags/${PVR}.tar.gz -> \
SRC_URI="https://github.com/feather-wallet/feather/archive/refs/tags/${PV}.tar.gz -> \
${P}.tar.gz
https://github.com/tevador/polyseed/archive/${POLYSEED_DIST_COMIT}.tar.gz -> \
${P}-polyseed.tar.gz
@@ -136,6 +136,7 @@ src_install() {
doicon "${WORKDIR}"/${PF}/src/assets/images/feather.png
domenu "${WORKDIR}"/${PF}/src/assets/feather.desktop
die
}
pkg_postinst() {

View File

@@ -51,7 +51,7 @@ src_configure() {
-DBUILD_TAG="linux-x64"
-DDONATE_BEG=OFF
-DMANUAL_SUBMODULES=1
-DSTATIC=OFF
-DSTATIC=ON
-DSELF_CONTAINED=OFF
-DUSE_DEVICE_TREZOR=OFF
-DXMRIG=$(usex xmrig)