Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/project.zsh

16 lines
219 B
Bash

package=ipc
version=0.1.0
targets=(libipc src/ipc.h man/libipc.7)
type[libipc]=library
sources[libipc]="$(ls src/*.c)"
type[src/ipc.h]=header
type[man/libipc.7]=man
dist=(Makefile project.zsh src/ipc.h man/*.md)