You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
511 B
15 lines
511 B
name=bam
|
|
version=0.5.1
|
|
revision=a23a89d580a0408ca330ab42857157e443ec9b6f
|
|
#update_url="https://github.com/matricks/$name/releases" -- Disabled temporarily until new version (0.5.1) is tagged. Development seems stagnant lately though.
|
|
|
|
dlextract "https://github.com/matricks/$name/archive/$revision.tar.gz" \
|
|
'590b81a95a927eff56d4f4c7462eaafd'
|
|
header_end
|
|
|
|
cd "$name-$revision"
|
|
|
|
make
|
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|