18 lines
495 B
Bash
18 lines
495 B
Bash
# 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
|
|
}
|