15 lines
373 B
Bash
15 lines
373 B
Bash
# Template file for 'ruby-manpages'
|
|
pkgname=ruby-manpages
|
|
version=0.6.1
|
|
revision=7
|
|
build_style=gem
|
|
short_desc="Gem to add man pages support to ruby gems"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/bitboxer/manpages"
|
|
checksum=cdbad16823c8510c15a93d4cdbd46e7b4290aff8b10f3d4b70caa8e62c8de686
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|