add bumpversion tool
This commit is contained in:
parent
a273990b37
commit
726947d396
2 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages game-development)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
)
|
||||
|
||||
|
||||
|
@ -25,7 +26,7 @@
|
|||
(define-public bloatrunner
|
||||
(package
|
||||
(name "bloatrunner")
|
||||
(version "0.3.0-git")
|
||||
(version "0.3.1-git")
|
||||
;; (source (git-checkout (url (dirname (current-filename)))))
|
||||
(source (local-file "../.." "guile-checkout"
|
||||
#:recursive? #t
|
||||
|
@ -73,7 +74,7 @@
|
|||
)))))
|
||||
))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config))
|
||||
(list autoconf automake pkg-config python-bumpversion))
|
||||
(inputs
|
||||
(list guile-3.0))
|
||||
(propagated-inputs
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
ITCH_CHANNEL=snamellit/Bloatrunner
|
||||
|
||||
if [[ ! -f Makefile ]]; then
|
||||
if [[ -f Makefile ]]; then
|
||||
make distclean
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue