aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/lowdown/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 07:29:15 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 07:29:15 +0000
commit5b0c88c1c8f9531ebf9b47a59eb6c2250dd5f074 (patch)
tree8b2fdc140455252dc7919c22ccde188526a633e0 /repos/extra/lowdown/abuild
parent6403ed33daa81ba0e3fc73e82e2ca4ed6946fb4c (diff)
downloadalicelinux-5b0c88c1c8f9531ebf9b47a59eb6c2250dd5f074.tar.gz
alicelinux-5b0c88c1c8f9531ebf9b47a59eb6c2250dd5f074.zip
lowdown: updated to 2.0.2
Diffstat (limited to 'repos/extra/lowdown/abuild')
-rw-r--r--repos/extra/lowdown/abuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/lowdown/abuild b/repos/extra/lowdown/abuild
index aa5291b6..4700998a 100644
--- a/repos/extra/lowdown/abuild
+++ b/repos/extra/lowdown/abuild
@@ -1,12 +1,12 @@
name=lowdown
-version=1.4.0
+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
- make
- make regress
- make install install_libs
+ bmake
+ bmake regress
+ bmake install install_libs
}