Install this version:
emerge -a =games-server/among-sus-20210519
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-server/among-sus-20210519
Or alternatively:
emerge --autounmask-write -a =games-server/among-sus-20210519
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic toolchain-funcs
COMMIT="554e60bf52e3fa931661b9414189a92bb8f69d78"
DESCRIPTION="Among Us, but it's a text adventure"
HOMEPAGE="https://sr.ht/~martijnbraam/among-sus/"
SRC_URI="https://tildegit.org/tildeverse/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+notifications"
src_configure() {
tc-export CC
append-cflags -Wno-unused-result
append-cppflags \
-DVERSION=\\\"${COMMIT:0:7}\\\" \
-DMOVEMENT_NOTIFICATIONS=$(usex notifications 1 0)
}
src_compile() {
emake main
}
src_install() {
newbin main ${PN}
einstalldocs
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
}
Manage flags for this package:
euse -i <flag> -p games-server/among-sus |
euse -E <flag> -p games-server/among-sus |
euse -D <flag> -p games-server/among-sus
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | among-sus-20210519.tar.gz | 23784 bytes | https://tildegit.org/tildeverse/among-sus/archive/554e60bf52e3fa931661b9414189a92bb8f69d78.tar.gz |