diff --git a/snigdhaos-hyprland-config/PKGBUILD b/snigdhaos-hyprland-config/PKGBUILD index 6f0ed491..7414e01c 100644 --- a/snigdhaos-hyprland-config/PKGBUILD +++ b/snigdhaos-hyprland-config/PKGBUILD @@ -1,3 +1,32 @@ # Maintainer: Eshan Roy -pkgname= \ No newline at end of file +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" +}