void-packages/srcpkgs/ruby-xdg/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
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
2019-08-25 21:16:43 +02:00

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
}