[arch-commits] Commit in buckygen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 30 21:05:40 UTC 2018
Date: Wednesday, May 30, 2018 @ 21:05:38
Author: arojas
Revision: 333508
archrelease: copy trunk to community-x86_64
Added:
buckygen/repos/community-x86_64/PKGBUILD
(from rev 333507, buckygen/trunk/PKGBUILD)
Deleted:
buckygen/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 ++++++++++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 21:05:11 UTC (rev 333507)
+++ PKGBUILD 2018-05-30 21:05:38 UTC (rev 333508)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buckygen
-pkgver=1.0
-pkgrel=1
-pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
-arch=('i686' 'x86_64')
-url="https://caagt.ugent.be/buckygen/"
-license=('GPL')
-depends=('glibc')
-source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
-md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- mkdir -p "$pkgdir"/usr/bin
- cp $pkgname "$pkgdir"/usr/bin/
-}
-
Copied: buckygen/repos/community-x86_64/PKGBUILD (from rev 333507, buckygen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 21:05:38 UTC (rev 333508)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buckygen
+pkgver=1.0
+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=('eb5700fc44c5cebc2da6cb3c38cf55f4dc608fd830084fd3f92b0821afdc6ca9')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
+}
+
More information about the arch-commits
mailing list