diff options
| author | Jeff Carr <[email protected]> | 2024-12-14 10:46:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-14 10:46:36 -0600 |
| commit | a11c4f46bd041b5b603ce67d93f4e78143d4a60f (patch) | |
| tree | 7c68bc98665194ff8ca328644a38d071aa530462 | |
| parent | 10cf50c39b19a0c023869bf2fbf27a3ec1996856 (diff) | |
.deb files
| -rwxr-xr-x | build | 5 | ||||
| -rw-r--r-- | control | 8 |
2 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash -x + +# include forgeConfig +mkdir -p files/usr/bin/ +cp ../utils/wit-utils/forgeConfig/forgeConfig files/usr/bin/ @@ -0,0 +1,8 @@ +Source: forge +Build-Depends: golang, protoc-gen-go, autogenpb, go-mod-clean +Package: forge +Maintainer: Jeff Carr <[email protected]> +Architecture: amd64 +Depends: +Recommends: go-clone +Description: 'forge' an attempt at federated 'git' |
