diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template new file mode 100644 index 00000000000..a95f3f62274 --- /dev/null +++ b/srcpkgs/svctl/template @@ -0,0 +1,19 @@ +# Template file for 'svctl' +pkgname=svctl +version=1 +revision=1 +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="maxice8 " +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 +}