17 lines
416 B
Bash
17 lines
416 B
Bash
# Template file for 'beard'
|
|
pkgname=beard
|
|
version=0.3
|
|
revision=2
|
|
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
|
|
}
|