blob: 8b0f69bcf70bc550e6efc6e3ce7c64a2ec571a32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name=lowdown
version=2.0.4
_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
}
|