summarylogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorPhilipp Paulweber2018-07-10 23:17:06 +0200
committerPhilipp Paulweber2018-07-10 23:17:06 +0200
commite6d63942cc7c66deec1a70c8a6cbdeb59a7d2e6b (patch)
tree0a68a444d9dc768ea06a49b9af4a0e7c4d669d59 /README.org
downloadaur-e6d63942cc7c66deec1a70c8a6cbdeb59a7d2e6b.tar.gz
Initial Commit
* added README and LICENSE files * provided first release configuration * added proper git ignore files
Diffstat (limited to 'README.org')
-rw-r--r--README.org77
1 files changed, 77 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 000000000000..1f31070cffd2
--- /dev/null
+++ b/README.org
@@ -0,0 +1,77 @@
+#
+# Copyright (C) 2018 CASM Organization <https://casm-lang.org>
+# All rights reserved.
+#
+# Developed by: Philipp Paulweber
+# <https://github.com/casm-lang/casm-lang.pkg.aur>
+#
+# This file is part of casm-lang.pkg.aur.
+#
+# casm-lang.pkg.aur is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# casm-lang.pkg.aur is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with casm-lang.pkg.aur. If not, see <http://www.gnu.org/licenses/>.
+#
+[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]
+
+#+options: toc:nil
+
+* casm-lang.pkg.aur
+
+This repository contains the Arch linux AUR package configuration,
+which is directly uses the pre-build binaries for the current CASM release.
+Furthermore this repository gets mirrored to https://aur.archlinux.org.
+
+** Installation
+
+You can download the repository either
+at https://github.com/casm-lang/casm-lang.pkg.aur or
+at https://aur.archlinux.org/casm.git.
+
+#+begin_src
+$ git clone https://aur.archlinux.org/casm.git
+$ cd casm
+$ makepkg -si
+#+end_src
+
+** Copyright and License
+
+The copyright holder of
+=casm-lang.pkg.aur= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
+and the used license of
+=casm-lang.pkg.aur= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].
+
+*** Notice
+
+#+begin_src
+
+Copyright (C) 2018 CASM Organization <https://casm-lang.org>
+All rights reserved.
+
+Developed by: Philipp Paulweber
+ <https://github.com/casm-lang/casm-lang.pkg.aur>
+
+This file is part of casm-lang.pkg.aur.
+
+casm-lang.pkg.aur is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+casm-lang.pkg.aur is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with casm-lang.pkg.aur. If not, see <http://www.gnu.org/licenses/>.
+
+#+end_src