Refactoring repository...
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run

This commit is contained in:
CELESTIFYX
2025-01-14 19:02:06 +02:00
parent 876fa0988e
commit 08abac9e7d
33171 changed files with 4677 additions and 761 deletions

View File

@@ -0,0 +1,31 @@
# Maintainer: Eshan Roy <m.eshanized@gmail.com>
pkgname=snigdhaos-hyprland-config
pkgver=1.0.0
pkgrel=1
arch=('any')
url="https://github.com/Snigdha-OS/snigdhaos-hyprland-config"
license=('MIT')
makedepends=('coreutils')
source=("")
sha256sums=('SKIP')
pkgdesc='Custom Hyprland configuration for Snigdha OS, optimized for performance and aesthetics.'
depends=(
'gtk-engine-murrine'
'waybar'
'hyprland'
'kvantum-qt5'
'kvantum'
'snigdhaos-asiant-fonts'
'qt5ct'
)
conflicts=()
provides=()
install=$pkgname.install
package() {
install -d "$pkgdir"/etc
cp -rf "$srcdir"/$pkgname/etc "$pkgdir/etc"
install -d "$pkgdir"/usr
cp -rf "$srcdir"/$pkgname/usr "$pkgdir/usr"
}