summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f1a3103c377c3184c1be695174596d0988707fa2 (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
#Maintainer: stefonarch ste at vogliaditerra dot com

_pkgname=archlinux-dark
pkgname=archlinux-lxqt-theme
pkgver=1.1
pkgrel=1
pkgdesc="Dark Arch linux theme for the LXQt Desktop"
arch=('any')
url="https://github.com/stefonarch/archlinux-lxqt-theme"
license=('CCPL:by-sa')

depends=('')
makedepends=('git')
optdepends=('breeze-icons: Breeze icon themes'
            )
provides=("${pkgname}=${pkgver}")
source=("https://github.com/stefonarch/archlinux-lxqt-theme/archive/${pkgver}.tar.gz")
md5sums=('27cbf712f06713b36b77a8b08835bdb4')

package() {
	cd ${srcdir}/${_pkgname}-${pkgver}
  install -dm 755 "${pkgdir}"/usr/share/lxqt/themes/${_pkgname}
  cp -a --no-preserve='ownership' * "${pkgdir}"/usr/share/lxqt/themes/${_pkgname}
}