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
14 lines
383 B
Bash
14 lines
383 B
Bash
# Template file for 'ruby-xdg'
|
|
pkgname=ruby-xdg
|
|
version=2.2.3
|
|
revision=2
|
|
build_style=gem
|
|
short_desc="Module for supporting the XDG Base Directory Standard"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://rubyworks.github.com/xdg"
|
|
checksum=b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|