Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,23 @@ +name : alan +version : 3.0.7b +release : 1 +homepage : https://alanif.se/ +source : + - https://github.com/alan-if/alan/archive/Build2105.tar.gz : 8bf9e7f51aedd90eea778e4b874d0f159de9ab9a6972f6e9cbaf8ffadd93956b +license : Artistic-2.0 +summary : Alan is a language for developing and running interactive fiction +component : games +description: | + The Alan System is one of the easiest-to-use tools for creating interactive fiction, aka text adventure games. The Alan System is based on a special purpose computer language designed to be easy to use for people more interested in authoring and designing games. The system consists of a compiler, which compiles Alan source code to a compact and portable format, and an interpreter which allows playing the compiled games. +clang : yes +builddeps : + - openjdk-11 +environment: | + export JAVA_HOME=/usr/lib64/openjdk-11 + export PATH=$PATH:$JAVA_HOME/bin +build : | + %make +install : | + install -Dm00755 ./bin/alan $installdir/usr/bin/alan + install -Dm00755 ./bin/arun $installdir/usr/bin/arun + install -Dm00755 ./bin/a2a3 $installdir/usr/bin/a2a3 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + alan + https://alanif.se/ + + Christian X. Winslett + winslett.christian@gmail.com + + Artistic-2.0 + games + Alan is a language for developing and running interactive fiction + The Alan System is one of the easiest-to-use tools for creating interactive fiction, aka text adventure games. The Alan System is based on a special purpose computer language designed to be easy to use for people more interested in authoring and designing games. The system consists of a compiler, which compiles Alan source code to a compact and portable format, and an interpreter which allows playing the compiled games. + + https://getsol.us/sources/README.Solus + + + alan + Alan is a language for developing and running interactive fiction + The Alan System is one of the easiest-to-use tools for creating interactive fiction, aka text adventure games. The Alan System is based on a special purpose computer language designed to be easy to use for people more interested in authoring and designing games. The system consists of a compiler, which compiles Alan source code to a compact and portable format, and an interpreter which allows playing the compiled games. + + games + + /usr/bin/a2a3 + /usr/bin/alan + /usr/bin/arun + + + + + 2021-02-12 + 3.0.7b + Packaging update + Christian X. Winslett + winslett.christian@gmail.com + + + \ No newline at end of file