Skip to content

Commit

Permalink
contrib/yadm: new package (3.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgersen authored and nekopsykose committed May 19, 2024
1 parent bee0933 commit fe8c0ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions contrib/yadm/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pkgname = "yadm"
pkgver = "3.2.2"
pkgrel = 0
depends = ["bash", "git"]
pkgdesc = "Yet Another Dotfiles Manager"
maintainer = "hge <h.gersen@gmail.com>"
license = "GPL-3.0-only"
url = "https://github.com/TheLocehiliosan/yadm"
source = f"{url}/archive/{pkgver}.tar.gz"
sha256 = "c5fb508748995ce4c08a21d8bcda686ad680116ccf00a5318bbccf147f4c33ad"


def do_install(self):
self.install_bin("yadm")
self.install_man("yadm.1")
with self.pushd("completion"):
self.install_completion("bash/yadm", "bash")
self.install_completion("zsh/_yadm", "zsh")
self.install_completion("fish/yadm.fish", "fish")

0 comments on commit fe8c0ac

Please sign in to comment.