# Maintainer: Zion Nimchuk pkgname=trex-bin provides=('trex') conflicts=('trex') pkgver=0.26.8 pkgrel=1 pkgdesc="Cryptocurrency miner for NVIDIA hardware, supporting a variety of algorithms" arch=('x86_64') license=('custom') url="https://bitcointalk.org/index.php?topic=4432704.0" options=('!strip') depends=('nvidia-utils') source=("t-rex_${pkgver}.tar.gz"::"https://github.com/trexminer/T-Rex/releases/download/0.26.8/t-rex-0.26.8-linux.tar.gz" "trex-bin.install") sha256sums=('7e77064a48b4c8cb8d4797f30a41b53efbb8311fc14475b56a8e6879ad1c0569' 'bc050752fd9ba8cf9e6fb525eae7498148866ded31ec20c5c2087ffe47815ea1') install=trex-bin.install package() { cd "${srcdir}" install -Dm755 "${srcdir}/t-rex" "${pkgdir}/usr/bin/t-rex" }