summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBottersnike2018-04-21 00:06:04 +0100
committerBottersnike2018-04-21 00:06:04 +0100
commit3db054e5040a90a911edae7377ddc54d75610f5e (patch)
tree92a329624192fa6bbeec7f55110854aef5f6a846
downloadaur-3db054e5040a90a911edae7377ddc54d75610f5e.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD29
-rw-r--r--pxls-0.0.1a.tar.gzbin0 -> 723 bytes
3 files changed, 43 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ff2cee9bf88a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = pxls
+ pkgdesc = A minimal image-based golfing language
+ pkgver = 0.0.1a
+ pkgrel = 1
+ url = https://github.com/Bottersnike/PiXl
+ arch = any
+ license = MIT
+ depends = python
+ depends = python-pygame
+ source = pxls-0.0.1a.tar.gz
+ md5sums = 23bdc858c3c59a7661b7458bde416d93
+
+pkgname = pxls
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..035cf49d5a07
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: Bottersnike <bottersnike237@gmail.com>
+pkgname=pxls
+pkgver=0.0.1a
+pkgrel=1
+pkgdesc="A minimal image-based golfing language"
+arch=('any')
+url="https://github.com/Bottersnike/PiXl"
+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=('23bdc858c3c59a7661b7458bde416d93')
diff --git a/pxls-0.0.1a.tar.gz b/pxls-0.0.1a.tar.gz
new file mode 100644
index 000000000000..7ff6c510a45e
--- /dev/null
+++ b/pxls-0.0.1a.tar.gz
Binary files differ