blob: 8a7cafacdac0804bebb7ebe1dec2b5940663a971 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname="papirus-icon-theme"
pkgver=20200102
pkgrel=0
pkgdesc="papirus icon theme"
url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
arch="noarch"
license="GPL-3.0-only"
source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$pkgver.tar.gz"
options="!check"
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="63e80ff061657bf6512d3906cae67d24221cdaea70002281fa91c4c8f127a504cac4e1a1afce0da9555ef917d30a390891c7f8d7f6c11064865819b88887a84f papirus-icon-theme-20200102.tar.gz"
|