mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-11 09:24:30 +02:00
33 lines
824 B
Text
33 lines
824 B
Text
|
# Contributor: guddaff <guddaff@protonmail.com>
|
||
|
# Maintainer: guddaff <guddaff@protonmail.com>
|
||
|
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"
|