1 # Maintainer: Baptiste Jonglez <zerstorer at free dot fr>
5 pkgdesc="A dependency-light (Python) single-file command-line makfa Lojban dictionary."
7 url="https://github.com/lojban/makfa-cli"
10 # I know it's ugly, but the project hasn't been updated since 2009.
11 # When development resumes, I'll make a proper git package ;)
12 source=("https://github.com/dag/makfa-cli/raw/master/makfa")
13 md5sums=('ec2e19553d874d0a3011c2831465f998')
18 # python -> python2 fix
19 sed -i '1c#!/usr/bin/env python2' makfa
21 # avoids warnings when updating dictionary
22 sed -i -e "s#//valsi#.//valsi#g" -e "s#//nlword#.//nlword#g" makfa
24 install -Dm 755 makfa "${pkgdir}/usr/bin/makfa"
27 # vim:set ts=2 sw=2 et: