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

pkgname=folder-color-switcher
pkgver=1.2.3+3+3320effe
pkgrel=1
pkgdesc="Folder color switcher for Nemo and Caja"
arch=('any')
url="https://github.com/linuxmint/folder-color-switcher"
license=('GPL')
optdepends=('nemo-python>=3.9.0: Nemo extension'
            'python2-caja: Caja extension')
makedepends=('git')
#source=("${pkgname}-${pkgver}.tar.gz::http://packages.linuxmint.com/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.gz"
#        'python3.patch')
_commit='3320effe5cb713af82bd0d0e34ab75e067925cff'
source=("${pkgname}"::git+https://github.com/linuxmint/folder-color-switcher#commit=${_commit})
sha256sums=('SKIP')

build() {
  cd "${srcdir}/${pkgname}"
  make
}

package() {
  cd "${srcdir}/${pkgname}"
  cp -r usr "${pkgdir}"
}