diff --git a/satellites/vcs/bannertool.sat b/satellites/vcs/bannertool.sat new file mode 100644 index 0000000..3a928ea --- /dev/null +++ b/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: