
Receipt for package "pacman"
# SliTaz package receipt. PACKAGE="pacman" VERSION="1.0" GITTAG="e2ea1dfc9716bd2a60cc814981fff8d3d67e4d5f" CATEGORY="games" SHORT_DESC="A pacman game clone" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="unknown" WEB_SITE="https://github.com/ziw/Javascript-Pacman" TARBALL="$PACKAGE-$VERSION.zip" WGET_URL="$WEB_SITE/archive/$GITTAG.zip" HOST_ARCH="any" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/var/www/pacman $fs/usr/share/applications cp -a $src/* $fs/var/www/pacman chown -R 80.80 $fs/var/www/pacman cat > $fs/usr/share/applications/pacman.desktop <<EOT [Desktop Entry] Type=Application Name=Pacman Exec=sh -c "url=file:///var/www/pacman/index.html; tazweb --notoolbar \$url || browser \$url" Terminal=false Categories=Game; Icon=applications-games EOT }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)