updated expandurl-mastodon-9999

This commit is contained in:
tastytea 2018-05-12 14:43:48 +02:00
parent 94b93b6cd0
commit ba4e9d792c
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,10 @@ DEPEND=">=dev-util/cmake-3.9.6
src_unpack() {
git-r3_src_unpack
}
src_install() {
emake DESTDIR="${D}" install
dodoc README.md
doinitd init/expandurl-mastodon.openrc expandurl-mastodon
echo "USER=\"expandurl\"" | doconfd - expandurl-mastodon
}