2 GOFLAGS ?
= -v
-buildvcs
=false
-mod
=vendor
-buildmode
=exe
4 VERSION ?
= `git describe --tags`
7 go build
${GOFLAGS} .
/cmd
/aya
11 git archive
--format
=tar.gz
--output
=aya-
${VERSION}.
tar.gz HEAD
13 install -Dm0755 aya
${DESTDIR}${PREFIX}/bin
/aya
14 install -Dm0644 aya
.1 ${DESTDIR}${PREFIX}/share
/man
/man1
/aya
.1
16 rm -f
${PREFIX}/bin
/aya
17 rm -f
${PREFIX}/share
/man
/man1
/aya
.1