summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a896bf2cf171dfcf704c548cf95d556b816cfc78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Maintainer: Alia Skywol <skywol@qq.com>

pkgname=marea-icon-theme
pkgver=4.4
pkgrel=9
pkgdesc="Marea Icons"
arch=('any')
url="https://github.com/Skywol/marea-icon-theme"
license=('GPL3')
replaces=('')
conflicts=('')
source=("$pkgname-$pkgver.tar.xz::http://mirrors.ustc.edu.cn/deepin/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha512sums=('SKIP')

package() {
  cd $pkgname-$pkgver
  install -dm755 "$pkgdir"/usr/share/icons
  cp -r Marea "$pkgdir"/usr/share/icons/
}