kiss-mfavila-large/ports/official/core/otawk/build

6 lines
126 B
Plaintext
Raw Normal View History

2021-05-09 06:10:08 +00:00
#!/bin/sh -e
2022-09-23 11:13:47 +00:00
make CC='tcc -static'
2021-05-09 06:10:08 +00:00
install -Dm755 a.out "$1/usr/bin/awk"
install -Dm 755 awk.1 "$1/usr/share/man/man1/awk.1"