diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Christian X. Winslett + - IRC: XianTheSatanist + - Matrix: @christian.the.satanist:matrix.org + - Email: winslett.christian@gmail.com \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/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 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/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