summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45efc7614928b4b40e523bd246e5e1730d1fd1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: qaz <fkxxyz@163.com>
# Contributor: qaz <fkxxyz@163.com>

pkgname=pop-xfwm-theme
pkgver=1.1.0
pkgrel=2
pkgdesc="Simple Xfwm theme for Xfce matching Pop GTK theme from Pop!_OS by System76."
arch=(any)
url="https://www.xfce-look.org/p/1299758/"
license=('GPL2')
depends=('xfwm4')
source=(
  https://gitlab.com/spass/pop-xfwm-theme/-/archive/master/pop-xfwm-theme-master.tar.gz
)

package() {
  install -d "${pkgdir}/usr/share/themes"
  cp -r "${srcdir}/${pkgname}-master/Pop-"* "${pkgdir}/usr/share/themes"
}

# vim:set ts=2 sw=2 et:
md5sums=('SKIP')