From 2fd71baf153f560aea2e0aaba47f4ea1fc87a67d Mon Sep 17 00:00:00 2001 From: shmalebx9 Date: Tue, 29 Sep 2020 12:42:55 -0600 Subject: [PATCH 1/2] New package: devour-11.0 --- srcpkgs/devour/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/devour/template diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template new file mode 100644 index 00000000000000..09deb7cbb36e5f --- /dev/null +++ b/srcpkgs/devour/template @@ -0,0 +1,20 @@ +# Template file for 'devour' +pkgname=devour +version=11.0 +revision=1 +makedepends="libX11-devel" +depends="libX11" +short_desc="X11 window swallower" +maintainer="shmalebx9 " +license="GPL-3.0-or-later" +homepage="https://github.com/salman-abedin/devour" +distfiles="https://github.com/salman-abedin/devour/archive/v${version}.tar.gz" +checksum=e537c614cdf3e7376db1a94f1665d1d27f128d4927f4a0d1cce26ed8b910a217 + +do_build() { + make +} + +do_install() { + vbin devour +} From f4d9699f00809784d6fa80fd06eb877daa8b93c7 Mon Sep 17 00:00:00 2001 From: shmalebx9 Date: Tue, 29 Sep 2020 15:26:48 -0600 Subject: [PATCH 2/2] devour: attempt to fix not compiling on ARM --- srcpkgs/devour/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template index 09deb7cbb36e5f..c40870f1c13939 100644 --- a/srcpkgs/devour/template +++ b/srcpkgs/devour/template @@ -2,7 +2,8 @@ pkgname=devour version=11.0 revision=1 -makedepends="libX11-devel" +archs="x86_64* i686*" +hostmakedepends="libX11-devel" depends="libX11" short_desc="X11 window swallower" maintainer="shmalebx9 "