[arch-commits] Commit in rebar/repos/community-any (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Jan 22 04:46:14 UTC 2020


    Date: Wednesday, January 22, 2020 @ 04:46:14
  Author: eschwartz
Revision: 553355

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
    (from rev 553354, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 04:46:00 UTC (rev 553354)
+++ PKGBUILD	2020-01-22 04:46:14 UTC (rev 553355)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: AeroNotix <aaron.l.france at gmail.com>
-# Contributor: AeroNotix <aaron.l.france at gmail.com>
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
-arch=('any')
-url="https://github.com/rebar/rebar"
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz")
-sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" "$pkgdir/usr/share/bash-completion/completions/rebar"
-  install -Dm0644 "priv/shell-completion/zsh/_rebar" "$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" "$pkgdir/usr/share/fish/completions/rebar.fish"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 553354, rebar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-22 04:46:14 UTC (rev 553355)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: AeroNotix <aaron.l.france at gmail.com>
+# Contributor: AeroNotix <aaron.l.france at gmail.com>
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.4
+pkgrel=2
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
+arch=('any')
+url="https://github.com/rebar/rebar"
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz")
+sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" "$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" "$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" "$pkgdir/usr/share/fish/vendor_completions.d/rebar.fish"
+}



More information about the arch-commits mailing list