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

Daurnimator daurnimator at archlinux.org
Mon Jan 20 16:43:52 UTC 2020


    Date: Monday, January 20, 2020 @ 16:43:52
  Author: daurnimator
Revision: 553222

archrelease: copy trunk to community-x86_64

Added:
  indent/repos/community-x86_64/
  indent/repos/community-x86_64/PKGBUILD
    (from rev 553221, indent/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: indent/repos/community-x86_64/PKGBUILD (from rev 553221, indent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-01-20 16:43:52 UTC (rev 553222)
@@ -0,0 +1,27 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=indent
+pkgver=2.2.12
+pkgrel=1
+pkgdesc="C language source code formatting program"
+arch=('x86_64')
+url="https://www.gnu.org/software/indent/"
+license=('GPL3')
+depends=('glibc')
+makedepends=('texi2html')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=(782130B4C9944247977B82FD6EA4D2311A2D268D) # andrewsh at debian.org
+sha256sums=('b745a5dfc68f86a483d7f96dc1cda7aafd1e78ecba3c7d8ad304709e91e1defb'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" docdir=/usr/share/doc/indent install
+}



More information about the arch-commits mailing list