summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 092a6212ed330deb124b74fe059f7cc57bca8e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Popcorn <popcorn-public {at} protonmail {dot} com>

pkgname=arcint-gtk-theme-git
_pkgname=arcint-gtk-theme
pkgdesc="My own version of horst3180's Arc theme"
pkgver=20181125
pkgrel=1
arch=("any")
provides=("arcint-gtk-theme")
conflicts=("arcint-gtk-theme")
url="https://gitgud.io/popcorn/arcint-gtk-theme"
license=("GPL3")
optdepends=("gnome-themes-standard: for gtk2 themes")
makedepends=("git" "gtk3" "sassc" "optipng" "inkscape")
source=("git+${url}.git")
sha512sums=("SKIP")

pkgver() {
    date +%Y%m%d
}

build() {
    "${_pkgname}/make.sh" --prefix="${srcdir}/build"
}

package() {
    mv "${srcdir}/build" "${pkgdir}/usr"
}