From 9ab018d1585d3a315d745f93a66e9359a3046b93 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 21 Feb 2016 00:24:45 +0100 Subject: [PATCH] New satellite: bannertool --- satellites/vcs/bannertool.sat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 satellites/vcs/bannertool.sat 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: