aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-31 03:20:48 +0200
committeremmett1 <me@emmett1.my>2026-05-31 03:20:48 +0200
commit54d195de1168abc8fd2656ab7d4941b2ca2f1964 (patch)
treeb7018a4423f5649247f073b242241c8b9187aa84
parent3b312c63a3d1138dd06aa3dbef31bf69a58aa87a (diff)
parentc2207f43ae0c800ed3b5a33bae13a8ba3e10f3f5 (diff)
downloadalicelinux-54d195de1168abc8fd2656ab7d4941b2ca2f1964.tar.gz
alicelinux-54d195de1168abc8fd2656ab7d4941b2ca2f1964.zip
Merge pull request 'new ports: muon, byacc & info files' (#60) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/60
-rw-r--r--docs/install.md2
-rw-r--r--docs/packagemanager.md12
-rw-r--r--repos/community/byacc/.checksum1
-rw-r--r--repos/community/byacc/.files9
-rw-r--r--repos/community/byacc/abuild13
-rw-r--r--repos/community/byacc/info4
-rw-r--r--repos/community/hevel/info4
-rw-r--r--repos/community/hst/info4
-rw-r--r--repos/community/lua/info4
-rw-r--r--repos/community/muon/.checksum1
-rw-r--r--repos/community/muon/.files11
-rw-r--r--repos/community/muon/abuild12
-rw-r--r--repos/community/muon/info4
-rw-r--r--repos/community/netbsd-curses/info4
-rw-r--r--repos/community/neuipc/info4
-rw-r--r--repos/community/neuswc/info4
-rw-r--r--repos/community/neuswiv/info4
-rw-r--r--repos/community/neuwld/info4
-rw-r--r--repos/community/neuwm/abuild6
-rw-r--r--repos/community/neuwm/info4
-rw-r--r--repos/community/tcc/info4
-rw-r--r--repos/community/wawa/info4
22 files changed, 106 insertions, 13 deletions
diff --git a/docs/install.md b/docs/install.md
index adc53381..b37747f6 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -159,7 +159,7 @@ Before we do, install development packages first.
# apkg -I meson cmake pkgconf libtool automake perl
```
-> NOTE: use upppercase 'i' for solve dependencies, lowecase 'i' without solve dependencies.
+> NOTE: use uppercase 'i' for solve dependencies, lowercase 'i' without solve dependencies.
Now lets upgrade our system.
```
diff --git a/docs/packagemanager.md b/docs/packagemanager.md
index 0441a93e..681ddf43 100644
--- a/docs/packagemanager.md
+++ b/docs/packagemanager.md
@@ -6,7 +6,7 @@ In Alice, two package manager are used, [spm](https://codeberg.org/emmett1/spm)
spm
---
-`spm` stands for `simple package manager`. It does simple and minimal written in POSIX compliance shell script. It only depends on core utils and tar (or busybox's utils and tar). `spm` only intended for compressing some directory into package, then extract package into system with files being tracked into database. Theres is no build script, recipe or ports in `spm`. You can write your own tools to use with `spm` either like Arch Linux's `makepkg`, CRUX's `pkgmk` or Slackware's `slackbuild` script.
+`spm` stands for `simple package manager`. It does simple and minimal written in POSIX compliance shell script. It only depends on core utils and tar (or busybox's utils and tar). `spm` only intended for compressing some directory into package, then extract package into system with files being tracked into database. There is no build script, recipe or ports in `spm`. You can write your own tools to use with `spm` either like Arch Linux's `makepkg`, CRUX's `pkgmk` or Slackware's `slackbuild` script.
spm - usage
-----------
@@ -186,7 +186,7 @@ install all package with 'sway' name and its dependencies:
[...] Press Ctrl + C to abort.
```
-install package without solving dependencies (mind the lowercase `i` and theres no prompt for this option):
+install package without solving dependencies (mind the lowercase `i` and the absence prompt for this option):
```
# apkg -i wlroots mesa
[...] Package 'wlroots' already installed.
@@ -254,7 +254,7 @@ upgrade/reinstall package(s):
[pango] Package 'pango#1.54.0-1' upgraded.
```
-full system upgrades (mind uppercase `u` and will prompt first if theres package updates):
+full system upgrades (mind uppercase `u` and will prompt first if there is package updates):
```
# apkg -U
[...] Checking for outdated packages...
@@ -312,7 +312,7 @@ You can add these environment into `apkg` config file.
revdep
------
-`revdep` is script to find broken packages. Its recomended to run after packages is removed or upgraded.
+`revdep` is script to find broken packages. Its recommended to run after packages is removed or upgraded.
Usage:
```
@@ -333,7 +333,7 @@ You can combine with `apkg` to rebuild broken packages, example;
updateconf
----------
-`updateconf` is script to update configuration files inside `/etc` directory. Its recomended to run after packages upgrades.
+`updateconf` is script to update configuration files inside `/etc` directory. Its recommended to run after packages upgrades.
apkg-chroot
-----------
@@ -368,7 +368,7 @@ Usage:
apkg-deps
---------
-Script to find runtime linked dependencies of installed package. Its good to figure out dependenciess when writing package template.
+Script to find runtime linked dependencies of installed package. Its good to figure out dependencies when writing package template.
Usage:
```
diff --git a/repos/community/byacc/.checksum b/repos/community/byacc/.checksum
new file mode 100644
index 00000000..0615998d
--- /dev/null
+++ b/repos/community/byacc/.checksum
@@ -0,0 +1 @@
+1f548f43861c383a5caaf5ec56332af8b3d45cdd2d3dd70b7585c65ae3a661ef byacc-20240109.tgz
diff --git a/repos/community/byacc/.files b/repos/community/byacc/.files
new file mode 100644
index 00000000..ec61db41
--- /dev/null
+++ b/repos/community/byacc/.files
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/bison -> yacc
+lrwxrwxrwx root/root usr/bin/byacc -> yacc
+-rwxr-xr-x root/root usr/bin/yacc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz
diff --git a/repos/community/byacc/abuild b/repos/community/byacc/abuild
new file mode 100644
index 00000000..7ee6574f
--- /dev/null
+++ b/repos/community/byacc/abuild
@@ -0,0 +1,13 @@
+name=byacc
+version=20240109
+release=1
+source="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz"
+
+build () {
+ ./configure --prefix=/usr
+ make
+ make install DESTDIR=$PKG
+
+ ln -s yacc $PKG/usr/bin/byacc
+ ln -s yacc $PKG/usr/bin/bison
+}
diff --git a/repos/community/byacc/info b/repos/community/byacc/info
new file mode 100644
index 00000000..44fc1da8
--- /dev/null
+++ b/repos/community/byacc/info
@@ -0,0 +1,4 @@
+description: Berkeley implementation of the yacc parser generator
+license: Public Domain
+upstream: https://invisible-island.net/byacc
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/hevel/info b/repos/community/hevel/info
new file mode 100644
index 00000000..9d16fa43
--- /dev/null
+++ b/repos/community/hevel/info
@@ -0,0 +1,4 @@
+description: Transparent window system based on neuswc
+homepage: https://git.sr.ht/~dlm/hevel
+license: ISC
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/hst/info b/repos/community/hst/info
new file mode 100644
index 00000000..25728a02
--- /dev/null
+++ b/repos/community/hst/info
@@ -0,0 +1,4 @@
+description: Patched fork of Michael Forney's st-wl
+homepage: https://git.sr.ht/~dlm/hevel
+license: MIT
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/lua/info b/repos/community/lua/info
new file mode 100644
index 00000000..395f678e
--- /dev/null
+++ b/repos/community/lua/info
@@ -0,0 +1,4 @@
+description: Powerful, efficient, lightweight embeddable scripting language
+homepage: https://lua.org
+license: MIT
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/muon/.checksum b/repos/community/muon/.checksum
new file mode 100644
index 00000000..2d6a2383
--- /dev/null
+++ b/repos/community/muon/.checksum
@@ -0,0 +1 @@
+22523275c41f635fb0e70f35cb263cf84550dcfdd1ddae8ee5d5194eeb4aeb59 745b10c08e8926fd55d6df17bfda04c17eb3a454.tar.gz
diff --git a/repos/community/muon/.files b/repos/community/muon/.files
new file mode 100644
index 00000000..780d5113
--- /dev/null
+++ b/repos/community/muon/.files
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/muon
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/muon.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/meson-reference.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/meson.build.5.gz
diff --git a/repos/community/muon/abuild b/repos/community/muon/abuild
new file mode 100644
index 00000000..af22d343
--- /dev/null
+++ b/repos/community/muon/abuild
@@ -0,0 +1,12 @@
+name=muon
+version=0.6.0
+commit=745b10c08e8926fd55d6df17bfda04c17eb3a454
+release=1
+source="https://github.com/muon-build/$name/archive/$commit.tar.gz"
+
+build() {
+ ./bootstrap.sh build
+ build/muon-bootstrap setup -Dprefix=/usr -Dmeson-docs=disabled build
+ build/muon-bootstrap -C build samu
+ build/muon-bootstrap -C build install -d "$PKG"
+}
diff --git a/repos/community/muon/info b/repos/community/muon/info
new file mode 100644
index 00000000..9aa55dff
--- /dev/null
+++ b/repos/community/muon/info
@@ -0,0 +1,4 @@
+description: C99 implementation of the meson build system
+homepage: https://muon.build
+license: GPL-3.0
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/netbsd-curses/info b/repos/community/netbsd-curses/info
new file mode 100644
index 00000000..3d31f832
--- /dev/null
+++ b/repos/community/netbsd-curses/info
@@ -0,0 +1,4 @@
+description: Portable libcurses and deps from NetBSD
+homepage: https://github.com/sabotage-linux/netbsd-curses
+license: BSD-3-Clause
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/neuipc/info b/repos/community/neuipc/info
new file mode 100644
index 00000000..3ecea9de
--- /dev/null
+++ b/repos/community/neuipc/info
@@ -0,0 +1,4 @@
+description: Lightweight unix IPC library focused on compatibility with neuswc
+homepage: https://codeberg.org/binkd/neuipc
+license: ISC
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/neuswc/info b/repos/community/neuswc/info
new file mode 100644
index 00000000..c9ac69e5
--- /dev/null
+++ b/repos/community/neuswc/info
@@ -0,0 +1,4 @@
+description: swc based wayland library
+homepage: https://git.sr.ht/~shrub900/neuswc
+license: MIT
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/neuswiv/info b/repos/community/neuswiv/info
new file mode 100644
index 00000000..3bd1c548
--- /dev/null
+++ b/repos/community/neuswiv/info
@@ -0,0 +1,4 @@
+description: Simple wayland image viwer
+homepage: https://git.sr.ht/~pfr/swiv
+license: 0BSD
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/neuwld/info b/repos/community/neuwld/info
new file mode 100644
index 00000000..ae3f319f
--- /dev/null
+++ b/repos/community/neuwld/info
@@ -0,0 +1,4 @@
+description: Drawing library that targets wayland
+homepage: https://git.sr.ht/~shrub900/neuswc
+license: MIT
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/neuwm/abuild b/repos/community/neuwm/abuild
index 5fcdce1b..27825175 100644
--- a/repos/community/neuwm/abuild
+++ b/repos/community/neuwm/abuild
@@ -4,9 +4,3 @@ commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30
release=1
source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz
meson.patch"
-
-build () {
- meson setup build -Dprefix=/usr
- ninja -C build
- meson install -C build
-}
diff --git a/repos/community/neuwm/info b/repos/community/neuwm/info
new file mode 100644
index 00000000..f574ce86
--- /dev/null
+++ b/repos/community/neuwm/info
@@ -0,0 +1,4 @@
+description: Wayland compsitor based neuswc, forked from wsxwm and inspired by hevel
+homepage: https://git.sr.ht/~pfr/neuwm
+license: Unlicense
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/tcc/info b/repos/community/tcc/info
new file mode 100644
index 00000000..73a179b1
--- /dev/null
+++ b/repos/community/tcc/info
@@ -0,0 +1,4 @@
+description: Tiny C compiler
+homepage: https://bellard.org/tcc
+license: LGPL-2.1
+maintainer: Lostt <lost@privacyrequired.com>
diff --git a/repos/community/wawa/info b/repos/community/wawa/info
new file mode 100644
index 00000000..5e3b38e5
--- /dev/null
+++ b/repos/community/wawa/info
@@ -0,0 +1,4 @@
+description: Simpler layer shell wallpaper setter
+homepage: https://codeberg.org/sewn/wawa
+license: MIT
+maintainer: Lostt <lost@privacyrequired.com>