aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild')
-rw-r--r--dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
index 3bc066b9e..62d5ed367 100644
--- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
+++ b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
@@ -4,15 +4,17 @@
EAPI=8
COMMIT="55ff64349dec3012cfbbb1c4f92d4dbd46920213"
+
DESCRIPTION="libcrypt wrapper for LiteSpeedTech"
HOMEPAGE="https://github.com/litespeedtech/libbcrypt/"
SRC_URI="https://github.com/litespeedtech/libbcrypt/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
+
+S="${WORKDIR}/libbcrypt-${COMMIT}"
+
LICENSE="CC0-1.0 public-domain"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}/libbcrypt-${COMMIT}"
-
PATCHES=(
"${FILESDIR}"/${PV}-fix-tests.patch
)