From a2b44b5c0ac9b6808fac4485373a00791a2715e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=96zkan?= Date: Mon, 15 Aug 2022 01:14:33 +0300 Subject: [PATCH 1/2] add new package: sbs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onur Özkan --- srcpkgs/sbs/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/sbs/template diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template new file mode 100644 index 000000000000..701d8a1ea7d6 --- /dev/null +++ b/srcpkgs/sbs/template @@ -0,0 +1,20 @@ +# Template file for 'sbs' +pkgname=sbs +version=1.0.0 +revision=1 +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="pkg-config" +makedepends="imlib2-devel libXinerama-devel" +depends="imlib2-devel libXinerama-devel" +short_desc="single purpose non-bloat background setter" +maintainer="Onur Ozkan " +license="GPL-2.0-only" +homepage="https://github.com/ozkanonur/sbs" +changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367 + +do_install() { + vbin sbs +} From 533e05f5a30c8f9707e533b0321814179a8681d1 Mon Sep 17 00:00:00 2001 From: Onur Date: Mon, 15 Aug 2022 01:44:00 +0300 Subject: [PATCH 2/2] exclude `do_install()` step --- srcpkgs/sbs/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/sbs/template b/srcpkgs/sbs/template index 701d8a1ea7d6..b38250ad501a 100644 --- a/srcpkgs/sbs/template +++ b/srcpkgs/sbs/template @@ -14,7 +14,3 @@ homepage="https://github.com/ozkanonur/sbs" changelog="https://raw.githubusercontent.com/ozkanonur/sbs/master/ChangeLog" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=aa4da5b2315046fc2059599b19c530f08bb870e63ed17111a55991b1ae911367 - -do_install() { - vbin sbs -}