kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

build (164B)


      1
      2
      3
      4
      5
      6
      7
      8
#!/bin/sh -e

export GOPATH="$PWD/go"
export GO111MODULE=on
export GOFLAGS="$GOFLAGS -modcacherw -trimpath"

make PREFIX=/usr
make DESTDIR="$1" PREFIX=/usr install