summaryrefslogtreecommitdiffstats
path: root/inxi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'inxi/PKGBUILD')
-rw-r--r--inxi/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/inxi/PKGBUILD b/inxi/PKGBUILD
deleted file mode 100644
index e57184f..0000000
--- a/inxi/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# Contributor: Florian Pritz <f-p@gmx.at>
-pkgname=inxi
-pkgver=1.4.10
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org"
-license=('GPL')
-source=()
-md5sums=()
-
-build() {
- cd "$srcdir"
- wget "http://inxi.googlecode.com/svn/trunk/inxi" -O inxi
- install -D -m755 inxi $pkgdir/usr/bin/inxi
-}
-
-# vim:set ts=2 sw=2 et: