Page MenuHomeSolus

D10534.id25374.diff
No OneTemporary

D10534.id25374.diff

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 @@
+<PISI>
+ <Source>
+ <Name>alan</Name>
+ <Homepage>https://alanif.se/</Homepage>
+ <Packager>
+ <Name>Christian X. Winslett</Name>
+ <Email>winslett.christian@gmail.com</Email>
+ </Packager>
+ <License>Artistic-2.0</License>
+ <PartOf>games</PartOf>
+ <Summary xml:lang="en">Alan is a language for developing and running interactive fiction</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>alan</Name>
+ <Summary xml:lang="en">Alan is a language for developing and running interactive fiction</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>games</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/a2a3</Path>
+ <Path fileType="executable">/usr/bin/alan</Path>
+ <Path fileType="executable">/usr/bin/arun</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-02-12</Date>
+ <Version>3.0.7b</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Christian X. Winslett</Name>
+ <Email>winslett.christian@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 18 2023, 8:03 AM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5811267
Default Alt Text
D10534.id25374.diff (3 KB)

Event Timeline