summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2833a122cab50f35c1b99d94ce3dbe28a1051d1d (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.0
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=('0b3f3d9088874a2418083c9e07b0285a19d4480e852ee9a6dd1d0f11631b0064bc83e140bf1b992d6385ccb1ea9403f8f73b9672fc1d7438e384ead510d733d1')

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