mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 02:54:23 +02:00
the lld change allows gnu binutils to strip/objcopy the binaries again rest of !strip is legacy (doesn't apply anymore, i.e. man-pages- nothing happens by default anyway)
22 lines
704 B
Text
22 lines
704 B
Text
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
|
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
|
pkgname=moka-icon-theme
|
|
pkgver=5.4.0
|
|
pkgrel=2
|
|
pkgdesc="Moka Icon Theme"
|
|
url="https://snwh.org/moka"
|
|
arch="noarch"
|
|
license="CC-BY-SA-4.0 OR GPL-3.0-or-later"
|
|
makedepends="meson"
|
|
source="moka-icon-theme-$pkgver.tar.gz::https://github.com/snwh/moka-icon-theme/archive/v$pkgver.tar.gz"
|
|
|
|
build() {
|
|
abuild-meson output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="3cb6889eae3ddfcad68a05fd6cdf5e92b5d78b965b22df1c289f1e274491be8cb967965cbdf430fe218337994b19592546f3cadf8c39ff5e573d6d7e76648238 moka-icon-theme-5.4.0.tar.gz"
|