
Receipt for package "tyrian"
# SliTaz package receipt. PACKAGE="tyrian" VERSION="21" CATEGORY="non-free" SHORT_DESC="Tyrian is a the DOS shoot-em-up;you need open-tyrian to run it." MAINTAINER="mallory@sweetpeople.org" BUILD_DEPENDS="wget" TARBALL="$PACKAGE$VERSION.zip" WEB_SITE="https://github.com/opentyrian/opentyrian" WGET_URL="https://camanis.net/tyrian/$TARBALL" LICENSE="other" # What is the latest version available today? current_version() { wget -O - https://github.com/opentyrian/opentyrian/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { : } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/games/opentyrian cd $src for file in *; do [ "$file" = "${file%.exe}" ] || continue [ "$file" = "${file%.doc}" ] || continue cp $file $fs/usr/games/opentyrian done }
6011 packages and 861667 files in cooking database (Thu May 15 11:47:11 2025)