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