Received: from smtp.smtpout.orange.fr (smtp11.smtpout.orange.fr [80.12.242.133]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 18AF3782B37 for <~alpine/aports@lists.alpinelinux.org>; Sun, 12 Jan 2020 09:07:38 +0000 (UTC) Received: from postfix.malikania.fr ([5.135.187.121]) by mwinf5d89 with ME id pM072100y2dbEiD03M08wj; Sun, 12 Jan 2020 10:00:08 +0100 X-ME-Helo: postfix.malikania.fr X-ME-Auth: ZGVtZWxpZXIuZGF2aWRAb3JhbmdlLmZy X-ME-Date: Sun, 12 Jan 2020 10:00:08 +0100 X-ME-IP: 5.135.187.121 Received: from kiwi.home (unknown [86.243.16.64]) by postfix.malikania.fr (Postfix) with ESMTPSA id 8CAD7C0BC; Sun, 12 Jan 2020 10:00:06 +0100 (CET) From: David Demelier To: ~alpine/aports@lists.alpinelinux.org Cc: David Demelier Subject: [PATCH] community/papirus-icon-theme: new aport Date: Sun, 12 Jan 2020 09:59:56 +0100 Message-Id: <20200112085956.13885-1-markand@malikania.fr> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://github.com/PapirusDevelopmentTeam/papirus-icon-theme Papirus icon theme for Linux --- community/papirus-icon-theme/APKBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/papirus-icon-theme/APKBUILD diff --git a/community/papirus-icon-theme/APKBUILD b/community/papirus-icon-theme/APKBUILD new file mode 100644 index 0000000000..5fa510af3f --- /dev/null +++ b/community/papirus-icon-theme/APKBUILD @@ -0,0 +1,18 @@ +# Contributor: David Demelier +# Maintainer: David Demelier +pkgname="papirus-icon-theme" +pkgver="20200102" +pkgrel=0 +pkgdesc="Papirus icon theme for Linux" +url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" +arch="noarch" +license="GPL-3.0-only" +source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" +options="!check" + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="63e80ff061657bf6512d3906cae67d24221cdaea70002281fa91c4c8f127a504cac4e1a1afce0da9555ef917d30a390891c7f8d7f6c11064865819b88887a84f papirus-icon-theme-20200102.tar.gz" -- 2.24.1