void-packages/srcpkgs/beard/template
Đoàn Trần Công Danh 5e125c6ca3 beard: remove noarch
2020-11-21 17:20:11 +07:00

18 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
}