add all project files

This commit is contained in:
Luna
2026-04-04 00:40:12 +02:00
parent 3909cfcf95
commit 97eb3eb021
82 changed files with 14174 additions and 0 deletions

1528
pkg/lunar-code/.BUILDINFO Normal file

File diff suppressed because it is too large Load Diff

BIN
pkg/lunar-code/.MTREE Normal file

Binary file not shown.

19
pkg/lunar-code/.PKGINFO Normal file
View File

@@ -0,0 +1,19 @@
# Generated by makepkg 7.1.0
# using fakeroot version 1.37.2
pkgname = lunar-code
pkgbase = lunar-code
xdata = pkgtype=pkg
pkgver = 0.1.0-1
pkgdesc = Lunar Code - A lightweight code editor
url = https://github.com/luna/lunar-code
builddate = 1775255169
packager = Unknown Packager
size = 11082428
arch = x86_64
license = MIT
provides = lunar-code
depend = webkit2gtk-4.1
depend = gtk3
depend = cairo
depend = glib2
depend = hicolor-icon-theme

BIN
pkg/lunar-code/usr/bin/lunar-code Executable file

Binary file not shown.

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Lunar Code
Comment=A lightweight code editor
Exec=lunar-code %F
Icon=lunar-code
Terminal=false
Type=Application
Categories=Development;TextEditor;IDE;
Keywords=code;editor;programming;
MimeType=text/plain;text/x-csrc;text/x-c++src;text/x-java;text/x-python;text/javascript;application/json;text/html;text/css;text/xml;text/x-rust;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB