-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathPKGBUILD
39 lines (37 loc) · 1.12 KB
/
PKGBUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Vladislav Nepogodin <[email protected]>
# Contributor: SoulHarsh007 <[email protected]>
pkgname=cachyos-wayfire-settings
pkgdesc='CachyOS wayfire settings'
pkgver=1.0.6
pkgrel=1
arch=('any')
url="https://github.com/cachyos/$pkgname"
license=(GPL-1.0-only)
makedepends=('coreutils')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('f0fc7b49648c1435480a23f11b656773e1db02835b88942fb80cc2dfc2a0065f2432a0c802711d283ce7562f72fea0bf2fb9730dd9d9ff206cd65f01741dd8f9')
depends=('cachyos-fish-config'
'cachyos-alacritty-config'
'ttf-fantasque-nerd'
'noto-fonts'
'ttf-fira-sans'
'kvantum'
'qt5ct'
'char-white'
'bemenu'
'bemenu-wayland'
'xorg-xwayland'
'wayfire-desktop-git'
'capitaine-cursors'
'cachyos-wallpapers'
'kvantum-theme-nordic-git'
'cachyos-nord-gtk-theme-git')
install=$pkgname.install
provides=('cachyos-desktop-settings')
conflicts=('cachyos-desktop-settings')
package() {
install -d $pkgdir/etc
cp -rf $srcdir/$pkgname-$pkgver/etc $pkgdir
install -d $pkgdir/usr
cp -rf $srcdir/$pkgname-$pkgver/usr $pkgdir
}