summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0218271867c2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,12 @@
+pkgname=steve++
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A joke c++ compiler that does nothing."
+arch=('i686' 'x86_64')
+depends=('bash')
+source=('steve++')
+sha256sums=('ebd277f07f6a07aa0ab84853ee6e0b0936425514b89062aa90261736d4352c82')
+
+package() {
+ install -Dm755 "steve++" "${pkgdir}/usr/bin/steve++"
+}