void-packages/srcpkgs/dumb-init/template

18 lines
512 B
Bash
Raw Normal View History

2021-01-13 18:11:07 +01:00
# Template file for 'dumb-init'
pkgname=dumb-init
2021-02-05 19:05:46 +01:00
version=1.2.5
2021-01-13 18:11:07 +01:00
revision=1
build_style=gnu-makefile
short_desc="Minimal init system for Linux containers"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/Yelp/dumb-init"
changelog="https://github.com/Yelp/dumb-init/releases"
distfiles="https://github.com/Yelp/dumb-init/archive/v${version}.tar.gz"
2021-02-05 19:05:46 +01:00
checksum=3eda470d8a4a89123f4516d26877a727c0945006c8830b7e3bad717a5f6efc4e
2021-01-13 18:11:07 +01:00
do_install() {
vbin dumb-init
vlicense LICENSE
}