summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2d3d7d986771e8ad230e5ea698efdd0ca768fedd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Chocopwowwa <chocopowwwa@gmail.com>

pkgname=sweet-theme
_pkgname=Sweet
pkgrel=1
pkgver=1.10.5

pkgdesc="Light and dark colorful Gtk3.20+ theme"
url='https://github.com/EliverLara/Sweet'
arch=('any')
license=('GPL3')

source=(https://github.com/EliverLara/Sweet/releases/download/v${pkgver}/${_pkgname}.zip)
md5sums=('d131f5362e8c12de1da54ef963beedf6')

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