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.
 
 
 
 
 

12 lines
281 B

name=padxorer
version=1
paste=CjR8J0PM
dlfile "http://pastebin.com/raw/$paste" \
"75f67fab50e0b74ddcc8144d2a75bc87"
header_end
cc -x c -O3 "$paste" -o "$name"
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: