summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..01b47a4f6856
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
+
+# Dummy package to replace AUR content that has been taken down
+
+pkgname=arch-install
+pkgver=1.0
+pkgrel=1
+pkgdesc="This package violates AUR guidelines"
+arch=('any')
+url="http://dev.null"
+license=('None')
+
+build() {
+ /bin/false
+}
+
+package() {
+ /bin/false
+}