From 4f720dd2d00c525fb5a864f19cdeb4c6d3c65340 Mon Sep 17 00:00:00 2001 From: gustavo Costa Date: Sun, 19 Jan 2020 08:15:40 -0300 Subject: [PATCH] New package: adwaita-plus-5.0 --- srcpkgs/adwaita-plus/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/adwaita-plus/template diff --git a/srcpkgs/adwaita-plus/template b/srcpkgs/adwaita-plus/template new file mode 100644 index 00000000000..c5faf56aeb2 --- /dev/null +++ b/srcpkgs/adwaita-plus/template @@ -0,0 +1,16 @@ +# Template file for 'adwaita-plus' +pkgname=adwaita-plus +version=5.0 +revision=1 +archs=noarch +short_desc="Modern third-party icons theme based on GNOME's Adwaita" +maintainer="Gustavo Costa " +license="GPL-3.0-or-later" +homepage="https://github.com/Bonandry/adwaita-plus" +distfiles="https://github.com/Bonandry/${pkgname}/archive/v${version}.tar.gz" +checksum=c83a867a713b7ec0fe01c95fa2b1118ef97e8bdb62bc4467f317ea8c611b50d1 + +do_install() { + vmkdir usr/share/icons + vcopy Adwaita++* usr/share/icons/ +}