diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:54 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:54 +0000 |
| commit | 48889c0d446a0bf880912afcc1a85e6a90fa9bf3 (patch) | |
| tree | 22628eb8e4e8e817e3c65e53397d762d75fbdecd /neuwm/abuild | |
| parent | ce530dcd1c813865a6383fe12cc7303bf69c4554 (diff) | |
| download | alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.tar.gz alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.zip | |
Woodpecker CI d09592d572a6c9d7e0631a04dba94d25970c61e3 [SKIP CI]
Diffstat (limited to 'neuwm/abuild')
| -rw-r--r-- | neuwm/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/neuwm/abuild b/neuwm/abuild new file mode 100644 index 00000000..5fcdce1b --- /dev/null +++ b/neuwm/abuild @@ -0,0 +1,12 @@ +name=neuwm +version=20260527 +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 +} |