19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
# Description: Classic multiplayer tetris for the terminal
|
|
# URL: https://github.com/vicgeralds/vitetris
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on:
|
|
|
|
name=vitetris
|
|
version=0.60.0
|
|
release=2
|
|
#source=(https://github.com/vicgeralds/vitetris/archive/v$version/$name-$version.tar.gz)
|
|
source=(https://github.com/vicgeralds/vitetris/archive/d0473a54d57aaf068d99f591d13f264d9a46bde7/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-d0473a54d57aaf068d99f591d13f264d9a46bde7
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
rm -fr $PKG/usr/share/doc
|
|
}
|