From b7fd83f0b48a0a7ea4c10a5c1978d281527f250d Mon Sep 17 00:00:00 2001 From: mid-kid Date: Fri, 28 Oct 2016 00:04:55 +0200 Subject: [PATCH] Added xclip --- satellites/xclip.sat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 satellites/xclip.sat diff --git a/satellites/xclip.sat b/satellites/xclip.sat new file mode 100644 index 0000000..ed4670c --- /dev/null +++ b/satellites/xclip.sat @@ -0,0 +1,15 @@ +import 'compile/configure' + +name=xclip +version=0.12 +update_url="https://sourceforge.net/projects/$name/files/$name/" +update_names="/projects/$name/files/$name/$version/stats/timeline" + +dlextract "https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz" \ + 'f7e19d3e976fecdc1ea36cd39e39900d' +header_end + +cd "$name-$version" +compile_configure + +# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: