From 1377f4e2394283d7db49be90b775a7e83ce82b48 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Sun, 12 Jan 2020 12:40:29 +0100 Subject: testing/papirus-icon-theme: new aport https://github.com/PapirusDevelopmentTeam/papirus-icon-theme papirus icon theme --- testing/papirus-icon-theme/APKBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/papirus-icon-theme/APKBUILD (limited to 'testing/papirus-icon-theme') diff --git a/testing/papirus-icon-theme/APKBUILD b/testing/papirus-icon-theme/APKBUILD new file mode 100644 index 0000000000..8a7cafacda --- /dev/null +++ b/testing/papirus-icon-theme/APKBUILD @@ -0,0 +1,17 @@ +# Contributor: David Demelier +# Maintainer: David Demelier +pkgname="papirus-icon-theme" +pkgver=20200102 +pkgrel=0 +pkgdesc="papirus icon theme" +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" +options="!check" + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="63e80ff061657bf6512d3906cae67d24221cdaea70002281fa91c4c8f127a504cac4e1a1afce0da9555ef917d30a390891c7f8d7f6c11064865819b88887a84f papirus-icon-theme-20200102.tar.gz" -- cgit v1.2.3