19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'svctl'
|
|
pkgname=svctl
|
|
version=1
|
|
revision=4
|
|
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
|
|
}
|