summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 01b47a4f6856d0dee96c2c9605297d7f9365e216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}