kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 733a95b63e908e3d0ecf2afa16cac21dff79df50
parent f760a3a43d36d058dc403f7d120545ef34c6b97f
Author: aabacchus <ben@bvnf.space>
Date:   Thu, 13 May 2021 16:39:59 +0100

gomuks: new package at git

Diffstat:
Agomuks/build | 10++++++++++
Agomuks/depends | 2++
Agomuks/sources | 1+
Agomuks/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