Skip to content

Commit

Permalink
kakoune: add v2024.05.09 (#44124)
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaferro committed May 17, 2024
1 parent 9e75f3e commit a76f37d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions var/spack/repos/builtin/packages/kakoune/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ class Kakoune(MakefilePackage):
"https://github.com/mawww/kakoune/releases/download/v2021.11.08/kakoune-2021.11.08.tar.bz2"
)

maintainers("Bambi")
maintainers("Bambi", "taliaferro")

license("Unlicense")

version(
"2024.05.09", sha256="2190bddfd3af590c0593c38537088976547506f47bd6eb6c0e22350dbd16a229"
)
version(
"2023.08.05", sha256="3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c"
)
Expand All @@ -33,5 +36,6 @@ class Kakoune(MakefilePackage):

build_targets = ["all", "man"]

def edit(self, spec, prefix):
env["PREFIX"] = prefix
@property
def install_targets(self):
return ["-e", f"PREFIX={prefix}", "install"]

0 comments on commit a76f37d

Please sign in to comment.