wok-next view puppet-dashboard/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="puppet-dashboard"
4 VERSION="1.2.10"
5 CATEGORY="network"
6 SHORT_DESC="Web tracking frontend to puppet"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://puppet.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://downloads.puppetlabs.com/dashboard/$TARBALL"
14 BUILD_DEPENDS="ruby-dev"
16 genpkg_rules() {
17 mkdir -p $fs/usr/share
18 cp -a $src $fs/usr/share/puppet-dashboard
19 DEPENDS="ruby puppet"
20 }