Files
i2p.plugins.firefox/config.sh

6 lines
237 B
Bash
Raw Permalink Normal View History

#! /usr/bin/env sh
export GITHUB_USER=eyedeekay
export GITHUB_REPO=i2p.plugins.firefox
2024-08-21 00:38:00 -04:00
export GITHUB_NAME="Fixes the build system"
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
2024-03-19 18:19:43 -04:00
export GITHUB_TAG=$(git describe --tags --abbrev=0)