summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Paulweber2018-07-11 16:34:35 +0200
committerPhilipp Paulweber2018-07-11 16:34:35 +0200
commit5a49b963b673f55c4785e3e23adcf68e5f1d4fc9 (patch)
tree99a2d503510d3c37785ce8aebe4bb7a615c4bf02
parent9ae1dbda708c169d643612fb0176ced494544112 (diff)
downloadaur-5a49b963b673f55c4785e3e23adcf68e5f1d4fc9.tar.gz
Repository: changed name and fixed internals
-rw-r--r--LICENSE.txt10
-rw-r--r--Makefile32
-rw-r--r--PKGBUILD10
-rw-r--r--README.org32
4 files changed, 59 insertions, 25 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 1d0d8f2dabe6..f4f9a4503c00 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -3,22 +3,22 @@ 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>
+ <https://github.com/casm-lang/casm-lang.pkg.archlinux>
-This file is part of casm-lang.pkg.aur.
+This file is part of casm-lang.pkg.archlinux.
-casm-lang.pkg.aur is free software: you can redistribute it and/or modify
+casm-lang.pkg.archlinux 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,
+casm-lang.pkg.archlinux 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/>.
+along with casm-lang.pkg.archlinux. If not, see <http://www.gnu.org/licenses/>.
---:GPLv3
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..d8e9fddc61e0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,32 @@
+#
+# Copyright (C) 2018 CASM Organization <https://casm-lang.org>
+# All rights reserved.
+#
+# Developed by: Philipp Paulweber
+# <https://github.com/casm-lang/casm-lang.pkg.archlinux>
+#
+# This file is part of casm-lang.pkg.archlinux.
+#
+# casm-lang.pkg.archlinux 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.archlinux 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.archlinux. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
+default: install
+
+
+install:
+ makepkg -si
+
+update:
+ makepkg --printsrcinfo > .SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index fb17fd5dd4c4..9e8c92cdc98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,22 @@
# All rights reserved.
#
# Developed by: Philipp Paulweber
-# <https://github.com/casm-lang/casm-lang.pkg.aur>
+# <https://github.com/casm-lang/casm-lang.pkg.archlinux>
#
-# This file is part of casm-lang.pkg.aur.
+# This file is part of casm-lang.pkg.archlinux.
#
-# casm-lang.pkg.aur is free software: you can redistribute it and/or modify
+# casm-lang.pkg.archlinux 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,
+# casm-lang.pkg.archlinux 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/>.
+# along with casm-lang.pkg.archlinux. If not, see <http://www.gnu.org/licenses/>.
#
# Maintainer: Philipp Paulweber <ppaulweber@casm-lang.org>
diff --git a/README.org b/README.org
index 063e03df40e2..eee0a476fa56 100644
--- a/README.org
+++ b/README.org
@@ -3,29 +3,29 @@
# All rights reserved.
#
# Developed by: Philipp Paulweber
-# <https://github.com/casm-lang/casm-lang.pkg.aur>
+# <https://github.com/casm-lang/casm-lang.pkg.archlinux>
#
-# This file is part of casm-lang.pkg.aur.
+# This file is part of casm-lang.pkg.archlinux.
#
-# casm-lang.pkg.aur is free software: you can redistribute it and/or modify
+# casm-lang.pkg.archlinux 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,
+# casm-lang.pkg.archlinux 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/>.
+# along with casm-lang.pkg.archlinux. 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
+* casm-lang.pkg.archlinux
This repository contains the Arch Linux AUR package configuration,
which directly uses the pre-build binaries of the current CASM release.
@@ -34,17 +34,19 @@ Furthermore this repository is mirrored to https://aur.archlinux.org.
** Installation via =packer=
-If you already have installed the =pacman= AUR wrapper command line utility called [[https://aur.archlinux.org/packages/packer][packer]]
+If you already have installed the =pacman= AUR wrapper command line utility
+called [[https://aur.archlinux.org/packages/packer][packer]]
you can directly install the =casm= package via the command:
#+begin_src
$ packer -S casm
#+end_src
+
** Installation via =makepkg=
You can download the package from the main repository
-at https://github.com/casm-lang/casm-lang.pkg.aur.git
+at https://github.com/casm-lang/casm-lang.pkg.archlinux.git
or the mirrored repository
at https://aur.archlinux.org/casm.git.
@@ -58,9 +60,9 @@ $ makepkg -si
** 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]])
+=casm-lang.pkg.archlinux= 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]].
+=casm-lang.pkg.archlinux= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].
*** Notice
@@ -71,21 +73,21 @@ 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>
+ <https://github.com/casm-lang/casm-lang.pkg.archlinux>
-This file is part of casm-lang.pkg.aur.
+This file is part of casm-lang.pkg.archlinux.
-casm-lang.pkg.aur is free software: you can redistribute it and/or modify
+casm-lang.pkg.archlinux 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,
+casm-lang.pkg.archlinux 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/>.
+along with casm-lang.pkg.archlinux. If not, see <http://www.gnu.org/licenses/>.
#+end_src