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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 3 18:56:27 UTC 2021


    Date: Friday, September 3, 2021 @ 18:56:27
  Author: arojas
Revision: 1010685

archrelease: copy trunk to community-x86_64

Added:
  buckygen/repos/community-x86_64/PKGBUILD
    (from rev 1010684, buckygen/trunk/PKGBUILD)
Deleted:
  buckygen/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 18:56:17 UTC (rev 1010684)
+++ PKGBUILD	2021-09-03 18:56:27 UTC (rev 1010685)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buckygen
-pkgver=1.1
-pkgrel=1
-pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
-arch=(x86_64)
-url="https://caagt.ugent.be/buckygen/"
-license=(GPL)
-depends=(glibc)
-source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
-sha256sums=('990335ef2ae7c59e94f4ecf4e08d39b15cbdf02bdee0a03e3db443a8abbe28ca')
-
-build() {
-  cd $pkgname-$pkgver
-  make CC="gcc ${CFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
-}
-

Copied: buckygen/repos/community-x86_64/PKGBUILD (from rev 1010684, buckygen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-03 18:56:27 UTC (rev 1010685)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buckygen
+pkgver=1.1
+pkgrel=2
+pkgdesc='A program for the efficient generation of all nonisomorphic fullerenes'
+arch=(x86_64)
+url='https://caagt.ugent.be/buckygen/'
+license=(GPL)
+depends=(glibc)
+source=(https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip)
+sha256sums=('c151b33078913bed7f72977821d246c6dda5e01b64a53d963b5f95b65852e634')
+
+build() {
+  cd $pkgname-$pkgver
+  make CC="gcc ${CFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
+}



More information about the arch-commits mailing list