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
16 lines
454 B
Bash
16 lines
454 B
Bash
# Template file for 'ruby-mime-types'
|
|
pkgname=ruby-mime-types
|
|
version=3.2.2
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gem
|
|
depends="ruby-mime-types-data>=3.2015"
|
|
short_desc="Library for registry and information about MIME types"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/mime-types/ruby-mime-types/"
|
|
checksum=93f308f0b6754b0ca50dd1982b817f65b8946f6a34bd3db6bd3d8a5265f05d3a
|
|
|
|
post_install() {
|
|
vlicense Licence.md
|
|
}
|