From be405b78abacf96a0cd6fa31ff26db601e6ed45f Mon Sep 17 00:00:00 2001 From: guddaff Date: Sun, 2 May 2021 18:16:25 +0200 Subject: [PATCH] testing/arc-icon-theme: new aport Arc Icon Theme https://github.com/horst3180/arc-icon-theme --- testing/arc-icon-theme/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/arc-icon-theme/APKBUILD diff --git a/testing/arc-icon-theme/APKBUILD b/testing/arc-icon-theme/APKBUILD new file mode 100644 index 00000000000..880a3475c0a --- /dev/null +++ b/testing/arc-icon-theme/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: guddaff +# Maintainer: guddaff +pkgname=arc-icon-theme +pkgver=20161122 +pkgrel=0 +pkgdesc="Arc Icon Theme" +options="!check" #there are no checks +url="https://github.com/horst3180/arc-icon-theme" +arch="noarch" +makedepends="autoconf automake" +license="GPL-3.0-or-later" +depends="moka-icon-theme" +source="$pkgname-$pkgver.tar.gz::https://github.com/horst3180/arc-icon-theme/archive/refs/tags/$pkgver.tar.gz" + +prepare() { + default_prepare + autoreconf -fi +} + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr + make +} + +package() { + make install DESTDIR="$pkgdir" +} + +sha512sums="5d0f1417358eb81994868949acefe146537d8f3cc2fd7f529f9e6ba9c264845e50962f94427bac1262a76d3ca98d05795819d7c4a6ecd3139b0b57a6e9fdfad1 arc-icon-theme-20161122.tar.gz"