void-packages/srcpkgs/svctl/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

19 lines
555 B
Bash

# Template file for 'svctl'
pkgname=svctl
version=1
revision=7
build_style=go
go_import_path="github.com/KenjiTakahashi/svctl"
go_ldflags="-X main.Version=v${version}"
short_desc="Interactive controller for runit"
hostmakedepends="git"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/KenjiTakahashi/svctl"
distfiles="https://github.com/KenjiTakahashi/svctl/archive/${version}.tar.gz"
checksum=f8011c402de91f57bb2c4c621afa573c3edef35d78bc4ce70786ea10171c8f72
post_install() {
vlicense LICENSE.md
vdoc README.md
}