mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-crypt/elfcrypt: remove 9999 check for the last version
This commit is contained in:
parent
6e65779723
commit
895c4f75a3
1 changed files with 4 additions and 9 deletions
|
|
@ -8,16 +8,11 @@ inherit toolchain-funcs
|
||||||
DESCRIPTION="A Simple ELF crypter"
|
DESCRIPTION="A Simple ELF crypter"
|
||||||
HOMEPAGE="https://github.com/droberson/ELFcrypt"
|
HOMEPAGE="https://github.com/droberson/ELFcrypt"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
HASH_COMMIT="1699e97e07ac3d82e7845dc3e0eb8f35a8bf886d"
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://github.com/droberson/ELFcrypt"
|
|
||||||
else
|
|
||||||
HASH_COMMIT="1699e97e07ac3d82e7845dc3e0eb8f35a8bf886d"
|
|
||||||
|
|
||||||
SRC_URI="https://github.com/droberson/ELFcrypt/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/droberson/ELFcrypt/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
S="${WORKDIR}/ELFcrypt-${HASH_COMMIT}"
|
S="${WORKDIR}/ELFcrypt-${HASH_COMMIT}"
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue