gnu: Add kockmorse.
* gnu/packages/radio.scm (kockmorse): New variable.
This commit is contained in:
parent
ff14bc60e5
commit
3ee633feb2
1 changed files with 26 additions and 0 deletions
|
@ -1583,6 +1583,32 @@ programs using the library: cw, cwgen, cwcp and xcwcp. The programs are
|
||||||
intended for people who want to learn receiving and sending morse code.")
|
intended for people who want to learn receiving and sending morse code.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public kockmorse
|
||||||
|
(package
|
||||||
|
(name "kochmorse")
|
||||||
|
(version "3.5.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/hmatuschek/kochmorse")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1s1aj223n57rpc95rih98z08xnyhq2zp02byzrc3f7s01fv3nj0l"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list qttools))
|
||||||
|
(inputs
|
||||||
|
(list qtbase-5 qtmultimedia))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ; No test suite
|
||||||
|
(home-page "https://dm3mat.darc.de/kochmorse/")
|
||||||
|
(synopsis "Morse code tutor")
|
||||||
|
(description
|
||||||
|
"KochMorse is a simple morse-code tutor using the Koch method.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public gnuais
|
(define-public gnuais
|
||||||
(package
|
(package
|
||||||
(name "gnuais")
|
(name "gnuais")
|
||||||
|
|
Reference in a new issue