From cd280eb0d97a51a4de636820b8622d1f54fd4e0d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 17 Feb 2015 15:19:08 +0100 Subject: [PATCH] New package: words-mnemonic-20150217 --- srcpkgs/words-mnemonic/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/words-mnemonic/template diff --git a/srcpkgs/words-mnemonic/template b/srcpkgs/words-mnemonic/template new file mode 100644 index 00000000000..4c71662cf74 --- /dev/null +++ b/srcpkgs/words-mnemonic/template @@ -0,0 +1,17 @@ +# Template file for 'words-mnemonic' +pkgname=words-mnemonic +version=20150217 +revision=1 +build_style=fetch +noarch=yes +short_desc="Word list from the Mnemonic encoder project" +maintainer="Christian Neukirchen " +# see https://github.com/singpolyma/mnemonicode/blob/master/mn_wordlist.c +license="MIT" +homepage="http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html" +distfiles="https://github.com/elasticdog/genhost/raw/35a7391434a24da78fb29831381480380885406b/wordlist>mnemonic" +checksum=39a203cec6a0db04a0a1e47c1810302fb5edeb1a56ddcf05e099dd8e3d212131 + +do_install() { + vinstall mnemonic 0644 usr/share/dict +}