diff options
| author | mobinmob <mobinmob@disroot.org> | 2024-08-04 17:06:22 +0300 |
|---|---|---|
| committer | mobinmob <mobinmob@disroot.org> | 2024-08-04 17:30:46 +0300 |
| commit | 3c283aec05904eb293cf041327191f2cc2b3fd5b (patch) | |
| tree | 493ab45c92c078b9a8f8844c1e26d405701888ec /repos/extra/lowdown/abuild | |
| parent | b2d02a56d5dd16685c05240884f4446cf77bf9dd (diff) | |
| download | alicelinux-3c283aec05904eb293cf041327191f2cc2b3fd5b.tar.gz alicelinux-3c283aec05904eb293cf041327191f2cc2b3fd5b.zip | |
lowdown-1.1.0: new added
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 +} |