summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 03aef830a0bdd23bb475adf701db0533e72afbad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Mainintainer : Lucas Rooyakkers <lucas dot rooyakkers at pm dot me>
pkgname=esperantilo-bin
pkgver=0.993
pkgrel=5
license=('GPL')
pkgdesc="A text editor with particular Esperanto functions, spell and grammar checking and machine translation"
url="http://www.esperantilo.org"
arch=('i686' 'x86_64')
provides=('esperantilo')
conflicts=()
source=("${url}/esperantilo.bin")
md5sums=('d028ff0026fa52ae41f0b8af73a9a36d')

package() {
  install -Dm755 "esperantilo.bin" "${pkgdir}/usr/bin/esperantilo"
}