commit 733a95b63e908e3d0ecf2afa16cac21dff79df50 parent f760a3a43d36d058dc403f7d120545ef34c6b97f Author: aabacchus <ben@bvnf.space> Date: Thu, 13 May 2021 16:39:59 +0100 gomuks: new package at git Diffstat:
A | gomuks/build | | | 10 | ++++++++++ |
A | gomuks/depends | | | 2 | ++ |
A | gomuks/sources | | | 1 | + |
A | gomuks/version | | | 1 | + |
4 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/gomuks/build b/gomuks/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export GOPATH="$PWD/go" +export GO111MODULE=on + +go build \ + -modcacherw \ + -trimpath + +install -Dm755 gomuks "$1/usr/bin/gomuks" diff --git a/gomuks/depends b/gomuks/depends @@ -0,0 +1,2 @@ +go make +libolm diff --git a/gomuks/sources b/gomuks/sources @@ -0,0 +1 @@ +git+https://github.com/tulir/gomuks diff --git a/gomuks/version b/gomuks/version @@ -0,0 +1 @@ +git 1