summary refs log tree commit diff
path: root/ports/mg/add.sh
blob: ad92850a71fe489cef999a2a945c4150bc30d3f5 (plain)
1
2
3
4
5
6
7
8
. pkg.conf
set -e 

git clone https://github.com/hboetes/mg.git
cd mg
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ASFLAGS="$ASFLAGS" -j$(nproc)
make install
make clean