aboutsummaryrefslogtreecommitdiffstats
path: root/community/papirus-icon-theme/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/papirus-icon-theme/APKBUILD')
-rw-r--r--community/papirus-icon-theme/APKBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/papirus-icon-theme/APKBUILD b/community/papirus-icon-theme/APKBUILD
new file mode 100644
index 00000000000..63f5ed5fbc6
--- /dev/null
+++ b/community/papirus-icon-theme/APKBUILD
@@ -0,0 +1,19 @@
+# Contributor: David Demelier <markand@malikania.fr>
+# Maintainer: David Demelier <markand@malikania.fr>
+pkgname=papirus-icon-theme
+pkgver=20231201
+pkgrel=0
+pkgdesc="papirus icon theme"
+options="!check"
+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"
+
+package() {
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="
+49c9ef429ba5368d40c996aa84576bb4b7585291398c76ef13c969df19aaa4108ccc4691aed7881a7121cdc79b20f87caf3aa146cf8f0d353096506dce889faa papirus-icon-theme-20231201.tar.gz
+"