Skip to content

Commit

Permalink
user/bore: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantome137 committed Dec 20, 2024
1 parent 22676c9 commit de31bb0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions user/bore/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pkgname = "bore"
pkgver = "0.5.2"
pkgrel = 0
build_style = "cargo"
makedepends = ["cargo"]
pkgdesc = "CLI tool for making tunnels to localhost"
maintainer = "LeFantome <[email protected]>"
license = "MIT"
url = "https://github.com/ekzhang/bore"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "cf821106ed428314d825ebe2d09f1842f979eac7acbf0976ac9cd01853d65163"


def post_install(self):
self.install_license("LICENSE")

0 comments on commit de31bb0

Please sign in to comment.