cpuminer is a simple daemon that performs Bitcoin or Litecoin
pooled or solo mining. WWW: http://sourceforge.net/projects/cpuminer/
This commit is contained in:
parent
b5da36bb93
commit
947e7d09cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332649
5 changed files with 49 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += btpd
|
||||
SUBDIR += btqueue
|
||||
SUBDIR += cdonkey
|
||||
SUBDIR += cpuminer
|
||||
SUBDIR += createtorrent
|
||||
SUBDIR += ctcs
|
||||
SUBDIR += ctorrent
|
||||
|
|
41
net-p2p/cpuminer/Makefile
Normal file
41
net-p2p/cpuminer/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cpuminer
|
||||
PORTVERSION= 2.3.2
|
||||
CATEGORIES= net-p2p math
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= CPU miner for Litecoin and Bitcoin
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
jansson:${PORTSDIR}/devel/jansson
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pooler
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 8b30b7b
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf
|
||||
AUTOMAKE_ARGS= --gnu --add-missing --copy
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 1000000
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
.for FILE in NEWS README
|
||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
net-p2p/cpuminer/distinfo
Normal file
2
net-p2p/cpuminer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cpuminer-2.3.2.tar.gz) = c5f29f293e1b23b15a29e6e3569ca8cc6e963692677b1af9f9f1402e6884ef16
|
||||
SIZE (cpuminer-2.3.2.tar.gz) = 94862
|
4
net-p2p/cpuminer/pkg-descr
Normal file
4
net-p2p/cpuminer/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
cpuminer is a simple daemon that performs Bitcoin or Litecoin
|
||||
pooled or solo mining.
|
||||
|
||||
WWW: http://sourceforge.net/projects/cpuminer/
|
1
net-p2p/cpuminer/pkg-plist
Normal file
1
net-p2p/cpuminer/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/minerd
|
Loading…
Reference in a new issue