mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2026-02-21 22:23:51 +01:00
🐛 fix: complete basic config
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
# Maintainer: Eshan Roy <m.eshanized@gmail.com>
|
||||
|
||||
pkgname=
|
||||
pkgname=snigdhaos-hyprland-config
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url="#"
|
||||
license=('MIT')
|
||||
makedepends=('coreutils')
|
||||
source=("#")
|
||||
sha256sums=('SKIP')
|
||||
pkgdesc='Hyprland Config for Snigdha OS'
|
||||
depends=('beautyline'
|
||||
'#' # Base
|
||||
'gtk-engine-murrine'
|
||||
'#' # Theme
|
||||
'waybar'
|
||||
'hyprland'
|
||||
'kvantum-qt5'
|
||||
'kvantum'
|
||||
'snigdhaos-asiant-fonts'
|
||||
'qt5ct')
|
||||
conflicts=()
|
||||
provides=()
|
||||
install=$pkgname.install
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir"/etc
|
||||
cp -rf "$srcdir"/$pkgname-$_commit/etc "$pkgdir"
|
||||
install -d "$pkgdir"/usr
|
||||
cp -rf "$srcdir"/$pkgname-$_commit/usr "$pkgdir"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user