#Packager: George Vlahavas pkgname=inform pkgver=6.44 pkgrel=1gv source=("https://github.com/DavidKinder/Inform6/archive/refs/tags/v6.44.tar.gz") docs=("readme.md" "ReleaseNotes.html") url=https://github.com/DavidKinder/Inform6 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "inform (interactive fiction compiler)" "Inform 6 is a programming language used for creating interactive" "fiction, also known as text adventure games. It is a tool for" "authoring text-based adventure games, particularly those in the" "Infocom format, which is famously associated with classic games such" "as Zork. Inform 6 allows developers to create complex, interactive" "stories with puzzles and narratives by compiling source code into a" "format that can be executed by a virtual machine, typically producing" "a Z-code file that can be run on various platforms." ) build() { cd $startdir/src/Inform6-$pkgver gcc $CFLAGS -o inform *.c mkdir -p $startdir/pkg/usr/bin install -m 755 inform $startdir/pkg/usr/bin/inform }