summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a22559a7f2f18c273010f7e5c12ec41c6bfd2c43 (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
29
30
31
32
33
# Maintainer: Manuel Domínguez López <mdomlop at gmail dot com>

_pkgver_year=2017
_pkgver_month=07
_pkgver_day=12

pkgname=retrosmart-icon-theme
pkgver=0.2
pkgrel=1
pkgdesc="Retrosmart icon theme."
url="https://github.com/mdomlop/${pkgname}"
source=("https://github.com/mdomlop/retrosmart-icon-theme/archive/0.2.tar.gz")
md5sums=('9f141aaed7b2ff0193586802fc7e2864')
license=('GPL3')
optdepends=('retrosmart-gtk-themes: The corresponding GTK themes'
            'retrosmart-openbox-themes: The corresponding Openbox themes'
            'retrosmart-wallpapers: The corresponding backgrounds project'
            'retrosmart-x11-cursors: The corresponding X11 cursor theme'
            'retrosmart-xfwm4-themes: The corresponding XFwm4 themes')
arch=('any')
group=('retrosmart')


build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure
    make
    }

package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make install PREFIX=${pkgdir}/usr
}