19 lines
392 B
Bash
19 lines
392 B
Bash
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
|
|
}
|