🐛 fix: complete basic config

This commit is contained in:
eshanized
2025-01-07 15:57:42 +05:30
parent f22e36692e
commit 22e5f1ec73

View File

@@ -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"
}