Add license
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Gitea repository
|
||||
REPO="bubble-package-manager/bpm"
|
||||
|
||||
# Get version from tag name using Gitea Rest API
|
||||
VERSION=$(curl -s -L https://git.enumerated.dev/api/v1/repos/$REPO/tags/ | jq -r '.[0]'.name)
|
||||
|
||||
echo "$VERSION"
|
||||
@@ -1,6 +1,7 @@
|
||||
name: bpm
|
||||
description: A simple Linux package manager
|
||||
version: 0.4.1
|
||||
revision: 2
|
||||
url: https://gitlab.com/bubble-package-manager/bpm
|
||||
license: MIT
|
||||
architecture: any
|
||||
|
||||
Reference in New Issue
Block a user