Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / frotz
Commits: 0391fa74 by Levente Polyak at 2024-09-09T16:31:40+02:00 generate missing .SRCINFO - - - - - 1 changed file: - + .SRCINFO Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,47 @@ +pkgbase = frotz-dumb + pkgdesc = Z-machine interpreter for interactive fiction games + pkgver = 2.54 + pkgrel = 1 + url = https://gitlab.com/DavidGriffith/frotz + arch = x86_64 + license = GPL + makedepends = libao + makedepends = libmodplug + makedepends = libsamplerate + makedepends = libsndfile + makedepends = libvorbis + makedepends = ncurses + makedepends = freetype2 + makedepends = libjpeg-turbo + makedepends = libpng + makedepends = sdl2 + makedepends = sdl2_mixer + makedepends = zlib + source = https://gitlab.com/DavidGriffith/frotz/-/archive/2.54/frotz-2.54.tar.gz + sha256sums = ba39c07bdd00968f411a281e33916f37cd21c804c45a7bfbdf962cef73c24eef + +pkgname = frotz-dumb + pkgdesc = Z-machine interpreter for interactive fiction games, for dumb terminals or scripting + depends = glibc + provides = dfrotz + +pkgname = frotz-ncurses + pkgdesc = ncurses-based Z-machine interpreter for interactive fiction games + depends = libao + depends = libmodplug + depends = libsamplerate + depends = libsndfile + depends = ncurses + provides = frotz + +pkgname = frotz-sdl + pkgdesc = Graphical Z-machine interpreter for interactive fiction games + depends = libmodplug + depends = libvorbis + depends = freetype2 + depends = libjpeg-turbo + depends = libpng + depends = sdl2 + depends = sdl2_mixer + depends = zlib + provides = sfrotz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/frotz/-/commit/0391fa74aeecae02a7eda3c0f581c11075834236 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/frotz/-/commit/0391fa74aeecae02a7eda3c0f581c11075834236 You're receiving this email because of your account on gitlab.archlinux.org.
