Browse Source

New satellite: bannertool

master
mid-kid 9 years ago
parent
commit
9ab018d158
  1. 14
      satellites/vcs/bannertool.sat

14
satellites/vcs/bannertool.sat

@ -0,0 +1,14 @@
import "vcs/git"
name=bannertool
vcs_git "https://github.com/Steveice10/$name"
header_end
cd "$name"
sed -i -e "s@/usr/local@'$dir_install/$dir_prefix'@g" buildtools/make_base
make
make install
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
Loading…
Cancel
Save