[arch-commits] Commit in uncrustify/repos/community-x86_64 (PKGBUILD PKGBUILD)
Santiago Torres-Arias
sangy at gemini.archlinux.org
Tue Nov 23 14:40:22 UTC 2021
Date: Tuesday, November 23, 2021 @ 14:40:22
Author: sangy
Revision: 1054462
archrelease: copy trunk to community-x86_64
Added:
uncrustify/repos/community-x86_64/PKGBUILD
(from rev 1054461, uncrustify/trunk/PKGBUILD)
Deleted:
uncrustify/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-23 14:40:06 UTC (rev 1054461)
+++ PKGBUILD 2021-11-23 14:40:22 UTC (rev 1054462)
@@ -1,34 +0,0 @@
-# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=uncrustify
-pkgver=0.73.0
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=(x86_64)
-url="http://uncrustify.sourceforge.net/"
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(cmake python)
-source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz")
-sha256sums=('2df0326ba8c413d675b796e051d89a318b7c9cccebc993d66466e2e7fd970672')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" PREFIX=/usr install
-
- cd ../$pkgname-$pkgname-$pkgver
- install -d -m755 "$pkgdir"/usr/share/uncrustify
- install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}
Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 1054461, uncrustify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-23 14:40:22 UTC (rev 1054462)
@@ -0,0 +1,34 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=uncrustify
+pkgver=0.74.0
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=(x86_64)
+url="http://uncrustify.sourceforge.net/"
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
+source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz")
+sha256sums=('b7d24e256e7f919aa96289ac8167ac98340df7faa2d34b60d2242dc54700caaa')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+
+ cd ../$pkgname-$pkgname-$pkgver
+ install -d -m755 "$pkgdir"/usr/share/uncrustify
+ install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}
More information about the arch-commits
mailing list