commit 5c5d5c8004e73b0fe4d368d94d7672cd093a0564 Author: Ly-sec Date: Sun Apr 26 23:36:59 2026 +0200 Initial placeholder diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..87f40d6 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,11 @@ +pkgbase = noctalia-git + pkgdesc = Placeholder for noctalia-git + pkgver = 0.0.0 + pkgrel = 1 + arch = any + url = https://github.com/noctalia-dev/noctalia + license = MIT + provides = noctalia + conflicts = noctalia + +pkgname = noctalia-git \ No newline at end of file diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..64b574b --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,15 @@ +pkgname=noctalia-git +pkgver=0.0.0 +pkgrel=1 +pkgdesc="Placeholder for noctalia-git" +arch=('any') +url="https://github.com/noctalia-dev/noctalia" +license=('MIT') +provides=('noctalia') +conflicts=('noctalia') +source=() +sha256sums=() + +package() { + install -Dm644 /dev/null "$pkgdir/usr/share/doc/$pkgname/placeholder" +} \ No newline at end of file