On Sun, Sep 11, 2016 at 06:56:58PM +0200, John Darrington wrote: > * gnu/packages/microcom.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
> + (version "2016.01.09") I think we should use the upstream tag, "v2016.01.0". > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "git://git.pengutronix.de/git/tools/microcom.git") > + (commit "caf3687611ca855b4fa80c2a9a2fbb020834fc4e"))) Then, you can use the tag name as the commit. The tag I mentioned is equivalent to this commit. > + (license gpl2+))) My interpretation of the first paragraph of COPYING [0] is that the package is licensed under the GPL version 2 only. What do you think? [0] http://git.pengutronix.de/?p=tools/microcom.git;a=blob;f=COPYING