summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0e12c70ee8968b72bf3a9141068ee9f159c45860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: McQueen <clear3239@yahoo.com>
_pkgname=plank-theme-foggy-round
pkgname=$_pkgname-git
pkgver=0.6
pkgrel=1
pkgdesc="Foggy-Round theme for Plank"
arch=('any')
url='https://www.gnome-look.org/p/1201603/'
license=('GPL3')
depends=('plank')
makedepends=('git')
source=("$pkgname::git+https://github.com/MMcQueenGNU/$_pkgname.git")
sha256sums=('SKIP')

build() {
	true
}

package() {
	cd $srcdir/$pkgname
	mkdir -p $pkgdir/usr/share/plank/themes/foggy-round
	install -m 755 dock.theme $pkgdir/usr/share/plank/themes/foggy-round/
}