kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 4ca3e93192af77675a51faec602181d63d2e445d
parent e59448c414117a352fbca4bafa43e688f78d6ee0
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  6 Jun 2022 10:01:31 -0400

balrog: Add balrog package

The installed shell script is `balrog` and the package creates a link
to `pass`, so this should show up as a compatible alternative if both
balrog and pass are installed.

Diffstat:
Aextra/balrog/build | 4++++
Aextra/balrog/sources | 1+
Aextra/balrog/version | 1+
3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/extra/balrog/build b/extra/balrog/build @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +install -m 711 balrog "$1/usr/bin/balrog" +ln -s /usr/bin/balrog "$1/usr/bin/pass" diff --git a/extra/balrog/sources b/extra/balrog/sources @@ -0,0 +1 @@ +git+git://git.stjo.hn/balrog diff --git a/extra/balrog/version b/extra/balrog/version @@ -0,0 +1 @@ +git 1