Added duinocoin (not working yet)

This commit is contained in:
Abb1x 2021-03-15 09:09:17 -04:00
parent be13c0f354
commit ae17305b08
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
EAPI=6
DESCRIPTION="Duino-Coin is a coin that can be mined with Arduino and ESP boards."
HOMEPAGE="https://duinocoin.com"
SRC_URI="https://github.com/revoxhere/duino-coin/archive/2.2.tar.gz"
LICENSE="MIT"
SLOT="0"
src_configure() {
mkdir -p "~/duco"
}
src_install() {
cp "2.2.tar.gz" "$HOME/duco"
cd "$HOME/duco"
tar -xzf "$2.2.tar.gz"
rm -rf "$2.2.tar.gz"
}