void-packages/srcpkgs/facter/template

19 lines
493 B
Bash

# Template file for 'facter'
pkgname=facter
version=2.4.0
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@voidlinux.eu>"
license="Apache-2.0"
homepage="http://puppetlabs.com/facter"
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
checksum=f44611b7f3b2f8c22090a770ff6510b1bd57583a30dfd2ed08a4f2f6d672b455
post_install() {
vlicense LICENSE
}