diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-04 17:20:04 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-04 17:20:04 +0000 |
| commit | 4edf2b821858bd2ae8032ae250abe944ff6d7f71 (patch) | |
| tree | 493ab45c92c078b9a8f8844c1e26d405701888ec /repos/extra/lowdown/abuild | |
| parent | b2d02a56d5dd16685c05240884f4446cf77bf9dd (diff) | |
| parent | 3c283aec05904eb293cf041327191f2cc2b3fd5b (diff) | |
| download | alicelinux-4edf2b821858bd2ae8032ae250abe944ff6d7f71.tar.gz alicelinux-4edf2b821858bd2ae8032ae250abe944ff6d7f71.zip | |
Merge pull request 'lowdown-1.1.0: new added' (#6) from mobinmob/alicelinux:lowdown into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/6
Diffstat (limited to 'repos/extra/lowdown/abuild')
| -rw-r--r-- | repos/extra/lowdown/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/lowdown/abuild b/repos/extra/lowdown/abuild new file mode 100644 index 00000000..9d74bad9 --- /dev/null +++ b/repos/extra/lowdown/abuild @@ -0,0 +1,12 @@ +name=lowdown +version=1.1.0 +release=1 +commit_hash=67d206caffde1de6667319d5ecda1d00eb758827 +source="https://github.com/kristapsdz/lowdown/archive/${commit_hash}.tar.gz" + +build(){ + ./configure PREFIX=/usr + make + make regress + make install install_libs +} |