summaryrefslogtreecommitdiff
path: root/manualPorts/sl/Pkgfile
blob: 2648643289847c39cb2e07724031fb02570edcf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".
# URL: https://github.com/mtoyoda/sl/
# Maintainer: Erich Eckner, crux at eckner dot net
# Packager: #teatime (irc.kyber.io), teatime at kyber dot io

name=sl
version=5.02
release=1
source=(https://github.com/mtoyoda/$name/archive/$version.tar.gz)

current() {
  git-check-tag https://github.com/mtoyoda/sl/ ""
}

build() {
  cd $name-$version
  make
  install -m 644 -D sl.1 $PKG/usr/share/man/man1/sl.1 
  install -m 755 -D sl $PKG/usr/bin/sl
}