6 lines
218 B
Bash
Executable File
6 lines
218 B
Bash
Executable File
#! /usr/bin/env sh
|
|
export GITHUB_USER=eyedeekay
|
|
export GITHUB_REPO=i2p.plugins.firefox
|
|
export GITHUB_NAME="Enables use as a console plugin"
|
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
|
export GITHUB_TAG=1.0.6 |