summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaren Arterius2017-10-08 20:16:56 +0800
committerSaren Arterius2017-10-08 20:16:56 +0800
commit77cbf13f20e5904655102449e17e229f9f7ec7d0 (patch)
tree6695c42e9afe66fb5df7231c0b68826f8daba5d7 /PKGBUILD
downloadaur-77cbf13f20e5904655102449e17e229f9f7ec7d0.tar.gz
first commit
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++"
+}