mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
testing/arc-icon-theme: new aport
Arc Icon Theme https://github.com/horst3180/arc-icon-theme
This commit is contained in:
parent
3b32458423
commit
be405b78ab
32
testing/arc-icon-theme/APKBUILD
Normal file
32
testing/arc-icon-theme/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# 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"
|
||||
Loading…
x
Reference in New Issue
Block a user