Page MenuHomeSolus

D10534.diff
No OneTemporary

D10534.diff

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 @@
+<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
Fri, Aug 11, 10:41 PM (2 h, 55 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5814076
Default Alt Text
D10534.diff (4 KB)

Event Timeline