taps: wip: init

This commit is contained in:
Else, Someone 2026-01-15 08:24:08 +02:00
parent 20451db88c
commit ad06eaea1c
6 changed files with 309 additions and 0 deletions

4
pkgs/taps/meson.build Normal file
View file

@ -0,0 +1,4 @@
project('taps', 'c')
sendfd = dependency('sendfd')
executable('taps', 'main.c', dependencies: [sendfd], install: true)