20 lines
593 B
Bash
20 lines
593 B
Bash
# Template file for 'shinit'
|
|
pkgname=shinit
|
|
version=0.1.2
|
|
revision=1
|
|
depends="curl"
|
|
make_dirs="/var/lib/shinit 0755 root root"
|
|
short_desc="Minimalist approach to cloud-init style provisioning"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/the-maldridge/shinit/"
|
|
distfiles="https://github.com/the-maldridge/shinit/archive/v$version.tar.gz"
|
|
checksum=04bb0f154acbc11a7271d53569bcb89c598e9e28cdca39c61e281dd38f88f482
|
|
|
|
do_install() {
|
|
vlicense LICENSE.md
|
|
vbin shinit
|
|
vmkdir usr/libexec/shinit
|
|
vcopy libexec/* usr/libexec/shinit
|
|
vsv shinit
|
|
}
|