blob: aba7387c667c732ce8ee2c192dfdca7db24bead0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Maintainer: Bottersnike <bottersnike237@gmail.com>
pkgname=pxls
pkgver=0.0.2a
pkgrel=1
pkgdesc="A minimal image-based golfing language"
arch=('any')
url="https://github.com/Bottersnike/PxLs"
license=('MIT')
groups=()
depends=('python' 'python-pygame')
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=($pkgname-$pkgver.tar.gz)
noextract=()
package() {
cd "$pkgname-$pkgver"
mkdir -p "$pkgdir/usr/bin"
cp -p "pxls" "$pkgdir/usr/bin"
}
md5sums=('3e3d7d7da4c31aabd15e486f54f47081')
|