Files
horizon-packages/srcpkgs/dehydrated/template
T

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.7.2
revision=1
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=7ea5a75bfcdf04bbb6ef88d03f89dec8101a2d3ea1dd467d8c42cbb0339ed5cb
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
}