diff --git a/srcpkgs/plist2json/template b/srcpkgs/plist2json/template new file mode 100644 index 00000000000..99c874756d7 --- /dev/null +++ b/srcpkgs/plist2json/template @@ -0,0 +1,17 @@ +# Template file for 'plist2json' +pkgname=plist2json +version=1 +revision=1 +build_style=gnu-makefile +make_use_env=yes +makedepends="proplib-devel" +short_desc="Converts NetBSD's plist input to JSON" +maintainer="Juan RP " +license="BSD-2-Clause" +homepage="https://github.com/xtraeme/plist2json" +distfiles="https://github.com/xtraeme/plist2json/archive/${version}.tar.gz" +checksum=0d1c41a78af87d432596262895c02e9b3b99b460c1fd3d5979d0c03d6d40ab42 + +post_install() { + vlicense COPYING +}