26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
# Template file for 'cgminer'
|
|
pkgname=cgminer
|
|
version=2.10.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
conf_files="/etc/cgminer.conf"
|
|
configure_args="--disable-adl --enable-cpumining --enable-scrypt"
|
|
makedepends="pkg-config yasm libcurl-devel opencl-headers libudev-devel
|
|
ncurses-devel nvidia-opencl"
|
|
short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/sed"
|
|
distfiles="http://ck.kolivas.org/apps/cgminer/cgminer-${version}.tar.bz2"
|
|
checksum=83e590cfe32440d1ed631e5c0ebb6077d1935da0ddbd624e643fb230ca945985
|
|
long_desc="
|
|
This is a multi-threaded multi-pool GPU, FPGA and CPU miner with ATI GPU
|
|
monitoring, (over)clocking and fanspeed support for bitcoin and derivative
|
|
coins. Do not use on multiple block chains at the same time!"
|
|
|
|
post_install() {
|
|
vinstall example.conf 644 etc cgminer.conf
|
|
sed -i -e 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
|
|
vinstall ${FILESDIR}/cgminer.service 644 usr/lib/systemd/system
|
|
}
|