blob: e13b12c90602ad72c73e88727c92a546b75c182f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer : Maxim Logaev <maximlogaev2001ezro@gmail.com>
pkgname=plank-theme-bigsur
pkgver=0.1
pkgrel=1
pkgdesc='BigSur, BigSur-Dark and BigSur-Grey theme for Plank'
url='https://www.gnome-look.org/p/1407624/'
arch=('any')
source=('BigSur.tar.gz')
license=('GPL3')
depends=('plank')
md5sums=('SKIP')
package() {
mkdir -p "${pkgdir}"/usr/share/plank/themes
cp -rf BigSur BigSur-Grey BigSur-Dark "$pkgdir"/usr/share/plank/themes
chmod -R 755 "$pkgdir"/usr/share/plank/themes
}
|