New package: beard-0.3

Closes: #6242 [via git-merge-pr]
This commit is contained in:
Samantha Baldwin 2017-05-08 12:58:20 -04:00 committed by Michael Aldridge
parent 7a0c148169
commit 42fd87fe49
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec beard -H ${BEARD_HIBERNATE:=/usr/bin/zzz} $OPTS

18
srcpkgs/beard/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'beard'
pkgname=beard
version=0.3
revision=1
noarch=yes
short_desc="Simple hibernation daemon"
maintainer="Samantha Baldwin <fuhsaz+void@cryptic.li>"
license="Unlicense"
homepage="https://github.com/ahills/beard"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=00b6d3f62f20d2fa79b86c0260696fb0db9d75402a7444680672a12c16365b70
do_install() {
vbin beard
vman beard.8
vlicense LICENSE
vsv beard
}