void-packages/srcpkgs/dehydrated/template
Đoàn Trần Công Danh 9880e08e23 dehydrated: remove noarch
2020-11-22 08:50:21 +07:00

29 lines
842 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'dehydrated'
pkgname=dehydrated
version=0.6.5
revision=2
depends="curl"
short_desc="Acme client implemented as a shell-script just add water"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://dehydrated.io/"
changelog="https://raw.githubusercontent.com/lukas2511/dehydrated/master/CHANGELOG"
distfiles="https://github.com/lukas2511/dehydrated/releases/download/v${version}/dehydrated-${version}.tar.gz"
checksum=10aabd0027450bc70a18e49acaca7a9697e0cfb92368d3e508b7a4d6d69bfa35
conf_files="/etc/dehydrated/config
/etc/dehydrated/domains.txt
/etc/dehydrated/hook.sh"
do_install() {
vbin dehydrated
vman docs/man/dehydrated.1
vmkdir /etc
vcopy docs/examples /etc/dehydrated
rm -r docs/man
rm -r docs/examples
vlicense LICENSE
for file in $(ls docs); do
vdoc docs/$file
done
}