mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: plist2json-1
This commit is contained in:
parent
b44175046a
commit
eacc25b72f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/plist2json/template
Normal file
17
srcpkgs/plist2json/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue