blob: 4700998a6924a9cee9de38d6876cc01ec5e4a4f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name=lowdown
version=2.0.2
_v=$(echo $version | sed 's/\./_/g')
release=1
source="https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_${_v}.tar.gz"
build(){
./configure PREFIX=/usr MANDIR=/usr/share/man
bmake
bmake regress
bmake install install_libs
}
|