summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 574f72c69efd77d355b6b5e4d036140baab19ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: tywyqu <tywyqu at hi2 dot in>
# Maintainer: Nathan Owens <ndowens @ artixlinux.org>
pkgname=papirus-claws-mail-theme-git
pkgver=20201019
pkgrel=1
pkgdesc="Papirus theme for claws mail"
arch=('any')
url="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme"
license=('GPL3')
makedepends=('git' 'librsvg')
_commit=3017a659a613489f110c2aa600496ac49c61da55
source=("git+${url}#commit=${_commit}")
md5sums=('SKIP')

build() {
	cd "${pkgname/-git/}"
	make build
}

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