# Description: mg - a miniature emacs clone # URL: https://github.com/hboetes/mg # Maintainer: Cory Burgett, cmburget at gmail dot com # Depends on: libbsd name=mg version=20210609 release=1 source=(https://github.com/hboetes/$name/archive/$version/$name-$version.tar.gz) build() { cd $name-$version export CFLAGS="$CFLAGS -fcommon" make prefix=/usr mandir=/usr/share/man make prefix=/usr mandir=/usr/share/man DESTDIR=$PKG install }