summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c83c8d514b72a9030536da515ff8da5276749848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: alexandru.ianu@gmail.com


pkgname=cudaminer-cuda55
pkgver=20131218
_pkgver=2013-12-18
pkgrel=4
pkgdesc="CUDA accelerated mining application for scrypt coins. Stable 2013-12-18 build (introduction of CUDA 5.5 toolkit)."
url="https://bitcointalk.org/index.php?topic=167229.0"
arch=('i686' 'x86_64')
license=('GPL')
depends=('cuda5.5' 'curl' 'jansson')
#optdepends=('')
makedepends=('tar')
conflicts=('cudaminer')
provides=('cudaminer')
source=(https://www.dropbox.com/s/nrwz51tiu1xsoz6/cudaminer-git-built-${_pkgver}.tar.xz)
sha256sums=('1675fdd531d70a2695319a68427a9e280e4ca27d097165e68de05fc811727814')
backup=(etc/cudaminer.conf)

package() {
  cp -a "$srcdir/usr" "$pkgdir"
  cp -a "$srcdir/etc" "$pkgdir"
}