[arch-commits] Commit in astyle/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 22:57:18 UTC 2018


    Date: Sunday, December 2, 2018 @ 22:57:17
  Author: maximbaz
Revision: 410812

archrelease: copy trunk to community-x86_64

Added:
  astyle/repos/community-x86_64/PKGBUILD
    (from rev 410811, astyle/trunk/PKGBUILD)
Deleted:
  astyle/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 22:57:01 UTC (rev 410811)
+++ PKGBUILD	2018-12-02 22:57:17 UTC (rev 410812)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Thomas Mader <thezema at gmail.com>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=astyle
-pkgver=3.1
-_pkgver=3.1.0
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
-arch=('x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
-md5sums=('7712622f62661b1d8cb1062d7fedc390')
-
-build() {
-  cd "$srcdir/$pkgname/build/gcc"
-  make release shared
-}
-
-package() {
-  cd "$srcdir/$pkgname/build/gcc"
-
-  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-  install -Dm0755 "bin/libastyle.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}"
-
-  # install documentation (implements FS#23290)
-  install -d "$pkgdir/usr/share/doc/$pkgname/"
-  for f in ../../doc/*.html; do
-    install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-}

Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 410811, astyle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-02 22:57:17 UTC (rev 410812)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Thomas Mader <thezema at gmail.com>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=astyle
+pkgver=3.1
+_pkgver=3.1.0
+pkgrel=1
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
+arch=('x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
+md5sums=('7712622f62661b1d8cb1062d7fedc390')
+
+build() {
+  cd "$srcdir/$pkgname/build/gcc"
+  make release shared
+}
+
+package() {
+  cd "$srcdir/$pkgname/build/gcc"
+
+  install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+  install -Dm0755 "bin/libastyle.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}"
+
+  # install documentation (implements FS#23290)
+  install -d "$pkgdir/usr/share/doc/$pkgname/"
+  for f in ../../doc/*.html; do
+    install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+}



More information about the arch-commits mailing list