From 2614950c38d7a1be77428872a04d5ec4ae72419a Mon Sep 17 00:00:00 2001 From: Harrison Thorne Date: Sun, 9 Aug 2020 18:08:40 -0600 Subject: [PATCH] New package: flat-remix Add flat-remix, the Material-Design-inspired icon theme (my personal fav) --- srcpkgs/flat-remix/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/flat-remix/template diff --git a/srcpkgs/flat-remix/template b/srcpkgs/flat-remix/template new file mode 100644 index 00000000000..75403282692 --- /dev/null +++ b/srcpkgs/flat-remix/template @@ -0,0 +1,17 @@ +# Template file for 'flat-remix' +pkgname=flat-remix +version=20200710 +revision=1 +archs=noarch +depends="gtk-update-icon-cache hicolor-icon-theme" +short_desc="Icon theme inspired by Material Design" +maintainer="Harrison Thorne " +license="GPL-3.0-or-later" +homepage="http://drasite.com/flat-remix" +distfiles="https://github.com/daniruiz/${pkgname}/archive/${version}.tar.gz" +checksum=de3ed5bc71c57330e26ef2c7762b1fdc87568e6d70f4907d602d73ba73c22b90 + +do_install() { + vmkdir usr/share/icons + vcopy Flat-Remix-* usr/share/icons/ +}