15 lines
386 B
Bash
15 lines
386 B
Bash
|
# Template file for 'ruby-xdg'
|
||
|
pkgname=ruby-xdg
|
||
|
version=2.2.3
|
||
|
revision=1
|
||
|
build_style=gem
|
||
|
short_desc="Module for supporting the XDG Base Directory Standard"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="BSD-2-Clause"
|
||
|
homepage="http://rubyworks.github.com/xdg"
|
||
|
checksum=b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE.txt
|
||
|
}
|