New package: plist2json-1

This commit is contained in:
Juan RP 2020-01-11 12:26:05 +01:00
parent b44175046a
commit eacc25b72f

View file

@ -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 <xtraeme@gmail.com>"
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
}