runit: set and install 3-clause-BSD file.
This commit is contained in:
parent
7cbeda1891
commit
56a598f5f4
1 changed files with 5 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'runit'
|
||||
pkgname=runit
|
||||
version=2.1.2
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="admin"
|
||||
short_desc="A UNIX init scheme with service supervision"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://smarden.org/runit/"
|
||||
distfiles="http://smarden.org/runit/runit-$version.tar.gz"
|
||||
checksum=6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
|
||||
build_pie=yes
|
||||
|
||||
build_pie=yes
|
||||
build_options="static"
|
||||
|
||||
do_build() {
|
||||
|
@ -34,6 +34,8 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
vlicense ${pkgname}-${version}/package/COPYING
|
||||
|
||||
cd ${pkgname}-${version}/src
|
||||
|
||||
# default services
|
||||
|
|
Loading…
Reference in a new issue