[arch-commits] Commit in elixir/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Sun Dec 24 14:01:19 UTC 2017
Date: Sunday, December 24, 2017 @ 14:01:18
Author: demize
Revision: 275749
db-move: moved elixir from [community-testing] to [community] (any)
Added:
elixir/repos/community-any/PKGBUILD
(from rev 275748, elixir/repos/community-testing-any/PKGBUILD)
Deleted:
elixir/repos/community-any/PKGBUILD
elixir/repos/community-testing-any/
------------------------+
/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-any/PKGBUILD | 31 -------------------------------
2 files changed, 33 insertions(+), 31 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2017-12-24 13:28:01 UTC (rev 275748)
+++ community-any/PKGBUILD 2017-12-24 14:01:18 UTC (rev 275749)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Old maintainer: Gilbert Kennen <gilbert firewatcher org>
-
-pkgname=elixir
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
-url="http://elixir-lang.org"
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver}")
-sha256sums=('f120bfaa2be3b60d11a49b510096052adf54df775508a05ddc87cb228326720d')
-
-build() {
- cd "${srcdir}/"elixir-lang*
- make
-}
-
-check() {
- cd "${srcdir}/"elixir-lang*
- make test_erlang
-}
-
-package() {
- cd "${srcdir}/"elixir-lang*
- mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
Copied: elixir/repos/community-any/PKGBUILD (from rev 275748, elixir/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2017-12-24 14:01:18 UTC (rev 275749)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: Gilbert Kennen <gilbert firewatcher org>
+
+pkgname=elixir
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
+url="http://elixir-lang.org"
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
+sha256sums=('0fc6024b6027d87af9609b416448fd65d8927e0d05fc02410b35f4b9b9eb9629')
+
+build() {
+ cd elixir-"$pkgver"
+ make
+}
+
+check() {
+ cd elixir-"$pkgver"
+ make test_erlang
+}
+
+package() {
+ cd elixir-"$pkgver"
+ mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
More information about the arch-commits
mailing list