void-packages/srcpkgs/facter/template

19 lines
490 B
Bash
Raw Normal View History

2014-11-25 17:17:11 +00:00
# Template file for 'facter'
pkgname=facter
2015-01-23 09:03:39 +00:00
version=2.4.0
2014-11-25 17:17:11 +00:00
revision=1
noarch=yes
build_style=ruby-module
hostmakedepends="ruby"
depends="ruby net-tools"
short_desc="Collect and display system facts"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Apache-2.0"
homepage="http://puppetlabs.com/facter"
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
2015-01-23 09:03:39 +00:00
checksum=f44611b7f3b2f8c22090a770ff6510b1bd57583a30dfd2ed08a4f2f6d672b455
2014-11-25 17:17:11 +00:00
post_install() {
vlicense LICENSE
}