~alpine/aports

community/papirus-icon-theme: new aport v1 SUPERSEDED

David Demelier: 1
 community/papirus-icon-theme: new aport

 1 files changed, 18 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3224/mbox | git am -3
Learn more about email & git

[PATCH] community/papirus-icon-theme: new aport Export this patch

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 <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
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