mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dehydrated: add missing conf_files, put changelog= below homepage=
This commit is contained in:
parent
7fe0cd7cd4
commit
b50617bf44
1 changed files with 5 additions and 2 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'dehydrated'
|
# Template file for 'dehydrated'
|
||||||
pkgname=dehydrated
|
pkgname=dehydrated
|
||||||
version=0.6.2
|
version=0.6.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch="Use on any arch, it's shell"
|
noarch="Use on any arch, it's shell"
|
||||||
changelog="https://raw.githubusercontent.com/lukas2511/dehydrated/master/CHANGELOG"
|
|
||||||
depends="curl"
|
depends="curl"
|
||||||
short_desc="Acme client implemented as a shell-script – just add water"
|
short_desc="Acme client implemented as a shell-script – just add water"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://dehydrated.io/"
|
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"
|
distfiles="https://github.com/lukas2511/dehydrated/releases/download/v${version}/dehydrated-${version}.tar.gz"
|
||||||
checksum=163384479199f06f59382ceb6291a299567a2f4f0b963b9b61f2db65a407e80e
|
checksum=163384479199f06f59382ceb6291a299567a2f4f0b963b9b61f2db65a407e80e
|
||||||
|
conf_files="/etc/dehydrated/config
|
||||||
|
/etc/dehydrated/domains.txt
|
||||||
|
/etc/dehydrated/hook.sh"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin dehydrated
|
vbin dehydrated
|
||||||
|
|
Loading…
Add table
Reference in a new issue