stupid simple alfis-bin maybe?

This commit is contained in:
2026-08-20 18:45:00 +03:00
parent 78af2f1d7c
commit 295b4014c4
3 changed files with 20 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
EAPI=8
DESCRIPTION="Alternative Free Identity System"
HOMEPAGE="https://github.com/Revertron/Alfis"
SRC_URI="https://github.com/Revertron/Alfis/releases/download/v${PV}/alfis-linux-amd64-v${PV}-nogui"
SLOT="0"
KEYWORDS="~amd64"
LICENSE="AGPL-3.0"
RESTRICT="strip"
S="${WORKDIR}"
src_install() {
exeinto /opt/alfis
newexe "${DISTDIR}/${A}" alfis
dosym /opt/alfis/alfis /usr/bin/alfis
}