New package: rpcsvc-proto-1.4
closes #10999 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
c0a18e3020
commit
85fe9e321d
1 changed files with 18 additions and 0 deletions
18
srcpkgs/rpcsvc-proto/template
Normal file
18
srcpkgs/rpcsvc-proto/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'rpcsvc-proto'
|
||||||
|
pkgname=rpcsvc-proto
|
||||||
|
version=1.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Rpcsvc protocol definitions from glibc"
|
||||||
|
maintainer="svenper <svenper@tuta.io>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/thkukuk/rpcsvc-proto"
|
||||||
|
changelog="https://raw.githubusercontent.com/thkukuk/rpcsvc-proto/master/ChangeLog"
|
||||||
|
distfiles="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${version}/rpcsvc-proto-${version}.tar.gz"
|
||||||
|
checksum=867e46767812784d8dda6d8d931d6fabb30168abb02d87a2a205be6d5a2934a7
|
||||||
|
|
||||||
|
nocross="runs rpsvc binary compiled against the target system on the host machine"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Reference in a new issue