# Maintainer: Chocopwowwa # Contributor: Rafed Ramzi pkgname=sweet-theme _pkgname=Sweet pkgrel=1 pkgver=2.0 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/${pkgver}/${_pkgname}.tar.xz) md5sums=('5a457d3e1c7210a875cf98cf5aa1f050') package() { mkdir -p "${pkgdir}/usr/share/themes/${_pkgname}" cp -r "${srcdir}/${_pkgname}" "${pkgdir}/usr/share/themes" }