Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.

16 lines
511 B

name=bam
8 years ago
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.
8 years ago
dlextract "https://github.com/matricks/$name/archive/$revision.tar.gz" \
'590b81a95a927eff56d4f4c7462eaafd'
header_end
8 years ago
cd "$name-$revision"
make
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: