summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 20ae3ef9caa3ca667e64b38e4d9910ff5cd0391b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Martin Filion <mordillo98@gmail.com>
pkgname=qdarkstudio4-theme
pkgname_link=qdarkstudio4-theme
pkgbase=qdarkstudio4-theme
pkgver=1
pkgrel=1
pkgdesc="Dark GTK2 theme"
url="https://sourceforge.net/projects/archbangretro/"
arch=('any')
license=('GPL')
provides=($pkgname)
conflicts=($pkgname)
source=('https://sourceforge.net/projects/archbangretro/files/QDarkStudio4.tar.xz')
md5sums=('7f81b54dc7b6021de9e624b65a7188c5')

package() {
  install -d /$pkgdir/usr/share/themes

  cp -R QDarkStudio4/ /$pkgdir/usr/share/themes/
}