diff --git a/testing/papirus-icon-theme/APKBUILD b/testing/papirus-icon-theme/APKBUILD new file mode 100644 index 00000000000..8a7cafacdac --- /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"