From 22e5f1ec73f1f258f4b9f9396469b5135e59a43b Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 7 Jan 2025 15:57:42 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20complete=20basic=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos-hyprland-config/PKGBUILD | 31 +++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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" +}