packages: wayneko: Use git-version for versioning

main
Luis Guilherme Coelho 2024-09-03 21:07:36 -03:00
parent 9f7cc992b2
commit dfc26a17c6
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 31 additions and 29 deletions

View File

@ -10,9 +10,11 @@
#:use-module ((guix licenses) #:prefix license:))
(define-public wayneko
(let ((commit "cb3668e42562a5b022a02af099de7faf122c27bf")
(revision "0"))
(package
(name "wayneko")
(version "unknown")
(version (git-version "0" revision commit))
(source
(origin
(method git-fetch)
@ -40,4 +42,4 @@
wayland.")
(description "The cute oneko cat chasing your mouse pointer, but now on
wayland.")
(license license:gpl3)))
(license license:gpl3))))