parent
8b65f5518b
commit
2924db1261
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue