kiss-mfavila-large/ports/xxd/build

6 lines
70 B
Bash
Executable File

#!/bin/sh -e
cc $CFLAGS xxd.c
install -Dm755 a.out "$1/usr/bin/xxd"