archrelease: copy trunk to community-any
[ArchLinux/community.git] / buckygen / trunk / PKGBUILD
blobfb6a823f26bde539bace9f21067027a7929e34f6
1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
3 pkgname=buckygen
4 pkgver=1.1
5 pkgrel=2
6 pkgdesc='A program for the efficient generation of all nonisomorphic fullerenes'
7 arch=(x86_64)
8 url='https://caagt.ugent.be/buckygen/'
9 license=(GPL)
10 depends=(glibc)
11 source=(https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip)
12 sha256sums=('c151b33078913bed7f72977821d246c6dda5e01b64a53d963b5f95b65852e634')
14 build() {
15   cd $pkgname-$pkgver
16   make CC="gcc ${CFLAGS} ${LDFLAGS}"
19 package() {
20   cd $pkgname-$pkgver
21   install -Dm755 $pkgname -t "$pkgdir"/usr/bin/