parent
7a0c148169
commit
42fd87fe49
2 changed files with 21 additions and 0 deletions
3
srcpkgs/beard/files/beard/run
Normal file
3
srcpkgs/beard/files/beard/run
Normal 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
18
srcpkgs/beard/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue