mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
10e160107c
commit
880a0cb043
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jc'
|
||||
pkgname=jc
|
||||
version=1.20.4
|
||||
version=1.21.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,5 +10,13 @@ short_desc="Convert to JSON"
|
|||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/kellyjonbrazil/jc"
|
||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8eee7fc5565f127ef73a3562abcf150063d86f060d10d85ef37a0527f5b2747d
|
||||
changelog="https://raw.githubusercontent.com/kellyjonbrazil/jc/master/CHANGELOG"
|
||||
distfiles="https://github.com/kellyjonbrazil/jc/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7d230cad5651673812daa424cb9ace354d2c66605ddf37b3e4ebe6905d5f51b6
|
||||
|
||||
post_install() {
|
||||
vman man/jc.1
|
||||
vlicense LICENSE.md
|
||||
vcompletion completions/jc_bash_completion.sh bash jc
|
||||
vcompletion completions/jc_bash_completion.sh zsh _jc
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue