added stuff

This commit is contained in:
Abb1x 2021-03-16 09:03:01 -04:00
parent 70e1794fda
commit 43e2e76ef5
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 -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
src_configure() {
mkdir -p "~/duco"
}
src_install() {
cp "${P}.tar.gz" "$HOME/duco"
cd "$HOME/duco"
tar -xzf "${P}.tar.gz"
rm -rf "${P}.tar.gz"
}