summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a565ede0902d041e1687355448ac01c32e694104 (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
# Maintainer icasdri <icasdri at gmail dot com>

_pkgname=elegance-orange
pkgname=gnome-shell-theme-${_pkgname}-git
pkgver=10
pkgrel=3
pkgdesc="A static orange shell theme based on Elegance Colors"
arch=(any)
url="https://github.com/NOSDuco/elegance-orange"
license=('GPLv3')
depends=('gnome-shell')
makedepends=('git')
optdepends=('gnome-tweak-tool: user interface to theme selection and other GNOME Shell options')
source=("git+${url}.git")
sha256sums=('SKIP')

pkgver() {
    cd "${srcdir}/${_pkgname}"
    git rev-list --count HEAD
}

package() {
    cd "${srcdir}/${_pkgname}"
    mkdir -p "${pkgdir}/usr/share/themes"
    cp -r 'elegance-orange' "${pkgdir}/usr/share/themes"
}