aboutsummaryrefslogtreecommitdiff
path: root/lowdown/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-12 07:30:22 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-12 07:30:22 +0000
commit17b3343e0e69597ef19ef0636f24f2eff070da8c (patch)
tree1983d780feebc87beda6b45e664dba837fc2911b /lowdown/abuild
parent46ed11501c3d4ea211c0a8494fe20ff58bd1691e (diff)
downloadalicelinux-17b3343e0e69597ef19ef0636f24f2eff070da8c.tar.gz
alicelinux-17b3343e0e69597ef19ef0636f24f2eff070da8c.zip
Woodpecker CI 56431a6959312e549b43ccace3cc194a92b94517 [SKIP CI]
Diffstat (limited to 'lowdown/abuild')
-rw-r--r--lowdown/abuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/lowdown/abuild b/lowdown/abuild
index aa5291b6..4700998a 100644
--- a/lowdown/abuild
+++ b/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
}