Skip to content

Commit

Permalink
user/direnv: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyyls authored and nekopsykose committed Nov 25, 2024
1 parent cc07319 commit 84e1bc7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions user/direnv/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgname = "direnv"
pkgver = "2.35.0"
pkgrel = 0
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "Environment variables loader"
maintainer = "ttyyls <[email protected]>"
license = "MIT"
url = "https://github.com/direnv/direnv"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "a7aaec49d1b305f0745dad364af967fb3dc9bb5befc9f29d268d528b5a474e57"


def post_install(self):
self.install_license("LICENSE")
self.install_man("man/*.1", glob=True)

0 comments on commit 84e1bc7

Please sign in to comment.