mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-20 19:45:00 +02:00
🧹 chore: modification : minor
This commit is contained in:
@@ -1,32 +1,31 @@
|
|||||||
# Maintainer: Eshan Roy <m.eshanized@gmail.com>
|
# Maintainer: Eshan Roy <m.eshanized@gmail.com>
|
||||||
|
|
||||||
pkgname=snigdhaos-hyprland-config
|
pkgname=snigdhaos-hyprland-config
|
||||||
pkgver=1
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="#"
|
url="https://github.com/Snigdha-OS/snigdhaos-hyprland-config"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('coreutils')
|
makedepends=('coreutils')
|
||||||
source=("#")
|
source=("")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
pkgdesc='Hyprland Config for Snigdha OS'
|
pkgdesc='Custom Hyprland configuration for Snigdha OS, optimized for performance and aesthetics.'
|
||||||
depends=('#'
|
depends=(
|
||||||
'#' # Base
|
|
||||||
'gtk-engine-murrine'
|
'gtk-engine-murrine'
|
||||||
'#' # Theme
|
|
||||||
'waybar'
|
'waybar'
|
||||||
'hyprland'
|
'hyprland'
|
||||||
'kvantum-qt5'
|
'kvantum-qt5'
|
||||||
'kvantum'
|
'kvantum'
|
||||||
'snigdhaos-asiant-fonts'
|
'snigdhaos-asiant-fonts'
|
||||||
'qt5ct')
|
'qt5ct'
|
||||||
|
)
|
||||||
conflicts=()
|
conflicts=()
|
||||||
provides=()
|
provides=()
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -d "$pkgdir"/etc
|
install -d "$pkgdir"/etc
|
||||||
cp -rf "$srcdir"/$pkgname-$_commit/etc "$pkgdir"
|
cp -rf "$srcdir"/$pkgname/etc "$pkgdir/etc"
|
||||||
install -d "$pkgdir"/usr
|
install -d "$pkgdir"/usr
|
||||||
cp -rf "$srcdir"/$pkgname-$_commit/usr "$pkgdir"
|
cp -rf "$srcdir"/$pkgname/usr "$pkgdir/usr"
|
||||||
}
|
}
|
Reference in New Issue
Block a user