[arch-commits] Commit in unifdef/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Mar 11 11:17:12 UTC 2020
Date: Wednesday, March 11, 2020 @ 11:17:11
Author: spupykin
Revision: 594173
archrelease: copy trunk to community-x86_64
Added:
unifdef/repos/community-x86_64/PKGBUILD
(from rev 594172, unifdef/trunk/PKGBUILD)
Deleted:
unifdef/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 11:16:57 UTC (rev 594172)
+++ PKGBUILD 2020-03-11 11:17:11 UTC (rev 594173)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=unifdef
-pkgver=2.11
-pkgrel=2
-pkgdesc="Remove #ifdef'ed lines"
-arch=(x86_64)
-url="http://dotat.at/prog/unifdef/"
-license=('GPL')
-depends=()
-source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make clean
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
- install -m 0755 unifdef "$pkgdir"/usr/bin/
- install -m 0755 unifdefall.sh "$pkgdir"/usr/bin/unifdefall
- install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
-}
Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 594172, unifdef/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 11:17:11 UTC (rev 594173)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=unifdef
+pkgver=2.12
+pkgrel=1
+pkgdesc="Remove #ifdef'ed lines"
+arch=(x86_64)
+url="https://dotat.at/prog/unifdef/"
+license=('GPL')
+depends=()
+source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
+sha256sums=('fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make clean
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+ install -m 0755 unifdef "$pkgdir"/usr/bin/
+ install -m 0755 unifdefall.sh "$pkgdir"/usr/bin/unifdefall
+ install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}
More information about the arch-commits
mailing list