mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-23 17:12:18 -05:00
Fix dino, add ethminer-bin
This commit is contained in:
parent
539f940d7a
commit
fa2fcbaff0
@ -2,7 +2,7 @@
|
||||
# Contributor: svalo <me@valo.space>
|
||||
|
||||
pkgname=dino-git
|
||||
pkgver=r224.a8cc94c
|
||||
pkgver=r225.2e041e2
|
||||
pkgrel=1
|
||||
pkgdesc="Simple and modern Jabber/XMPP client written in vala"
|
||||
arch=('i686' 'x86_64' 'aarch64')
|
||||
|
4
src/ethminer-bin/.gitignore
vendored
Normal file
4
src/ethminer-bin/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*tar.gz
|
||||
*.pkg.*
|
||||
/pkg
|
||||
/src
|
18
src/ethminer-bin/PKGBUILD
Normal file
18
src/ethminer-bin/PKGBUILD
Normal file
@ -0,0 +1,18 @@
|
||||
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
|
||||
pkgname=ethminer-bin
|
||||
pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/ethereum-mining/ethminer"
|
||||
license=('MIT')
|
||||
provides=('ethminer')
|
||||
conflicts=('ethminer')
|
||||
source=("https://github.com/ethereum-mining/ethminer/releases/download/v${pkgver}/ethminer-${pkgver}-Linux.tar.gz")
|
||||
md5sums=('f149b051e2cd6741a669f485e928476a')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/bin/ethminer" "$pkgdir/usr/bin/ethminer"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in New Issue
Block a user