16 lines
387 B
Bash
16 lines
387 B
Bash
|
# Template file for 'ruby-manpages'
|
||
|
pkgname=ruby-manpages
|
||
|
version=0.6.1
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
build_style=gem
|
||
|
short_desc="Gem to add man pages support to ruby gems"
|
||
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/bitboxer/manpages"
|
||
|
checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|