diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 07:29:15 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 07:29:15 +0000 |
| commit | 5b0c88c1c8f9531ebf9b47a59eb6c2250dd5f074 (patch) | |
| tree | 8b2fdc140455252dc7919c22ccde188526a633e0 /repos/extra/lowdown/abuild | |
| parent | 6403ed33daa81ba0e3fc73e82e2ca4ed6946fb4c (diff) | |
| download | alicelinux-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/abuild | 8 |
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 } |