summaryrefslogtreecommitdiff
path: root/sbase/Pkgfile
blob: 45a4ed0091621b853d8ff3eb0d6707871de126c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description:	suckless unix tools
# URL:		https://git.suckless.org/sbase/file/README.html
# Maintainer:	Shokara Kou, kou at 13f0 dot net
# Depends on:

name=sbase
commit=c3e47c1
version=git-$commit
release=1
source=()

gitsource=git://git.suckless.org/sbase/

build() {
	git clone $gitsource
	cd $name
	git checkout $commit

	make sbase-box
	make PREFIX=/ MANPREFIX=/usr/share/man DESTDIR=$PKG sbase-box-install
}