blob: 561b7a6d4a798df051947fd231e6145f15bf4225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-pytris-git
pkgdesc = A cli tetris game written in python using curses
pkgver = r43.21ceb04
pkgrel = 1
url = https://github.com/mjtadema/pytris/tree/v0.1
arch = any
license = MIT
makedepends = git
depends = python>=3.7
depends = python-numpy
provides = python-pytris
conflicts = python-pytris
source = python-pytris::git+https://github.com/mjtadema/pytris.git#branch=master
md5sums = SKIP
pkgname = python-pytris-git
|