mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 17:16:44 +02:00
19 lines
673 B
Text
19 lines
673 B
Text
# Maintainer: Luca Weiss <luca@lucaweiss.eu>
|
|
pkgname=suru-icon-theme
|
|
pkgver=2024.10.13
|
|
pkgrel=0
|
|
pkgdesc="Icon Theme for Lomiri Operating Environment"
|
|
arch="noarch"
|
|
url="https://gitlab.com/ubports/development/core/suru-icon-theme"
|
|
license="CC-BY-SA-3.0"
|
|
source="https://gitlab.com/ubports/development/core/suru-icon-theme/-/archive/$pkgver/suru-icon-theme-$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/usr/share/icons
|
|
cp -r suru "$pkgdir"/usr/share/icons/suru
|
|
}
|
|
|
|
sha512sums="
|
|
e490be0e628e70712c371213f6325df85e692371bd174a6b7d760d54eaafd5f8b3fe373b573e0dd5dc1b1c3121e6fdd5e4b62ddf114f9a3745217641aa54b172 suru-icon-theme-2024.10.13.tar.gz
|
|
"
|