mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-libs/polyseed: new ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
1
dev-libs/polyseed/Manifest
Normal file
1
dev-libs/polyseed/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST polyseed-1.0.0.tar.gz 105268 BLAKE2B ed3214816d3d0421c7fed8345bf8c66f0b6d7da47d7cc2c499cf7899817d2acf7951e1c439e80bb8e012a5b4ba5ca88795ab1fc0de688a90632b567924e7cc78 SHA512 fdb85173b71aa6da8ee032ef97c4a1dc07b1517b75c694b33d59c5e7cd2f69ba1d591c82b2227ce4e5ea88c4ec0b10fa4fb6487f6ced1eb7aef48c069d5a7a93
|
||||
17
dev-libs/polyseed/polyseed-1.0.0.ebuild
Normal file
17
dev-libs/polyseed/polyseed-1.0.0.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Mnemonic seed library for Monero and other CryptoNote-based currencies."
|
||||
HOMEPAGE="https://github.com/tevador/polyseed"
|
||||
SRC_URI="https://github.com/tevador/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="" #todo: make test executible a USE flag
|
||||
|
||||
|
||||
17
dev-libs/polyseed/polyseed-9999.ebuild
Normal file
17
dev-libs/polyseed/polyseed-9999.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake git-r3
|
||||
|
||||
DESCRIPTION="Mnemonic seed library for Monero and other CryptoNote-based currencies. "
|
||||
HOMEPAGE="https://github.com/tevador/polyseed"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/tevador/polyseed.git"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="" #todo: make test executible a USE flag
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user