mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
🚀 feat(base): add base pkgbuild need for cinnamon
This commit is contained in:
26
snigdhaos-cinnamon-config/PKGBUILD
Normal file
26
snigdhaos-cinnamon-config/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Eshan Roy <m.eshanized@gmail.com>
|
||||
|
||||
pkgname=snigdhaos-cinnamon-config
|
||||
pkgdesc=
|
||||
pkgver="1"
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url=""
|
||||
license=('MIT')
|
||||
makedepends=('coreutils')
|
||||
source=("")
|
||||
sha256sums=('SKIP')
|
||||
install=$pkgname.install
|
||||
provides=('snigdhaos-desktop')
|
||||
conflicts=('snigdhaos-desktop')
|
||||
|
||||
package() {
|
||||
depends=('kvantum-qt5'
|
||||
'noto-fonts'
|
||||
'snigdhaos-default-config')
|
||||
|
||||
install -d "$pkgdir"/etc
|
||||
cp -rf "$srcdir"/$pkgname-$_commit/etc "$pkgdir"
|
||||
install -d "$pkgdir"/usr
|
||||
cp -rf "$srcdir"/$pkgname-$_commit/usr "$pkgdir"
|
||||
}
|
Reference in New Issue
Block a user