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

pkgname=marea-icon-theme
pkgver=1.1
pkgrel=1
pkgdesc="Marea Icons"
arch=('any')
url="https://github.com/Skywol/marea-icon-theme"
license=('GPL3')
replaces=('')
conflicts=('')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Skywol/marea-icon-theme/archive/$pkgver.tar.gz")
sha512sums=('SKIP')

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}