d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
15 lines
407 B
Bash
15 lines
407 B
Bash
# Template file for 'ruby-multi_json'
|
|
pkgname=ruby-multi_json
|
|
version=1.13.1
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gem
|
|
short_desc="Common interface for multiple JSON parsing libraries"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/intridea/multi_json"
|
|
checksum=db8613c039b9501e6b2fb85efe4feabb02f55c3365bae52bba35381b89c780e6
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|