From 72b7f6ad1d24a419da46a5c1951cb31398369f86 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 3 Mar 2016 15:28:09 +0100 Subject: [PATCH] New satellite: compton --- satellites/vcs/compton.sat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 satellites/vcs/compton.sat diff --git a/satellites/vcs/compton.sat b/satellites/vcs/compton.sat new file mode 100644 index 0000000..72b7ea1 --- /dev/null +++ b/satellites/vcs/compton.sat @@ -0,0 +1,13 @@ +import "vcs/git" + +name=compton + +vcs_git "https://github.com/chjj/$name" +header_end + +cd "$name" +make +make docs +make DESTDIR="$dir_install" PREFIX="$dir_prefix" install + +# vim:set tabstop=4 shiftwidth=4 syntax=sh et: