2018-07-24 22:54:16 +02:00
|
|
|
|
# Template file for 'dehydrated'
|
|
|
|
|
pkgname=dehydrated
|
|
|
|
|
version=0.6.2
|
2018-07-24 22:58:11 +02:00
|
|
|
|
revision=2
|
2018-07-24 22:54:16 +02:00
|
|
|
|
noarch="Use on any arch, it's shell"
|
|
|
|
|
depends="curl"
|
|
|
|
|
short_desc="Acme client implemented as a shell-script – just add water"
|
|
|
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
|
|
|
|
license="MIT"
|
|
|
|
|
homepage="https://dehydrated.io/"
|
2018-07-24 22:58:11 +02:00
|
|
|
|
changelog="https://raw.githubusercontent.com/lukas2511/dehydrated/master/CHANGELOG"
|
2018-07-24 22:54:16 +02:00
|
|
|
|
distfiles="https://github.com/lukas2511/dehydrated/releases/download/v${version}/dehydrated-${version}.tar.gz"
|
|
|
|
|
checksum=163384479199f06f59382ceb6291a299567a2f4f0b963b9b61f2db65a407e80e
|
2018-07-24 22:58:11 +02:00
|
|
|
|
conf_files="/etc/dehydrated/config
|
|
|
|
|
/etc/dehydrated/domains.txt
|
|
|
|
|
/etc/dehydrated/hook.sh"
|
2018-07-24 22:54:16 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|