diff options
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 +} |