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

_pkgname=elegance-orange
pkgname=gnome-shell-theme-${_pkgname}-git
pkgver=10
pkgrel=2
pkgdesc="A static orange shell theme based on Elegance Colors"
arch=(any)
url="https://github.com/NOSDuco/elegance-orange"
license=('GPLv3')
depends=('gnome-shell')
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"
}