SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "puppet-dashboard"

# SliTaz package receipt.

PACKAGE="puppet-dashboard"
VERSION="1.2.10"
CATEGORY="network"
SHORT_DESC="Web tracking frontend to puppet."
MAINTAINER="pankso@slitaz.org"
LICENSE="Apache"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://github.com/puppetlabs/puppet"
WGET_URL="https://release-archives.puppet.com/downloads/dashboard/$TARBALL"

DEPENDS="ruby puppet"
BUILD_DEPENDS="ruby-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/sodabrew/puppet-dashboard/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $src $fs/usr/share/puppet-dashboard
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)