summaryrefslogtreecommitdiff
path: root/pcr/sl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/sl/PKGBUILD')
-rw-r--r--pcr/sl/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/sl/PKGBUILD b/pcr/sl/PKGBUILD
deleted file mode 100644
index 26e1345c5..000000000
--- a/pcr/sl/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor (Arch) : Jakub Luzny <limoto94@gmail.com>
-# Contributor (Arch) : SanskritFritz (gmail)
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname=sl
-pkgver=5.01
-pkgrel=1
-pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls"'
-arch=('i686' 'x86_64' 'arm')
-url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
-license=('free')
-depends=('ncurses')
-makedepends=('git')
-source=("git://github.com/mtoyoda/sl.git")
-md5sums=('SKIP')
-
-build() {
- cd "$srcdir/sl"
-
- cc $CFLAGS -o sl sl.c -lcurses
- gzip -9 -f sl.1
-}
-
-package() {
- cd "${srcdir}/sl"
-
- install -Dm 775 sl "$pkgdir/usr/bin/sl"
- install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
-}
-
-#category: games
-# vim:set ts=2 sw=2 et: