kiss-mfavila-large/ports/ctags/build

10 lines
182 B
Bash
Executable File

#!/bin/sh -e
./configure
make
install -Dm644 ctags.1 "$1/usr/share/man/man1/ctags.1"
install -Dm644 readtags.h "$1/usr/include/readtags.h"
install -Dm755 ctags "$1/usr/bin/ctags"