# Maintainer: Simon Cruanes pkgname=dolmenls pkgver=0.6 pkgrel=0 pkgdesc="LSP server for Dolmen, a tool for logic and theorem proving." arch=('x86_64') url="https://github.com/gbury/dolmen" license=('BSD-2-Clauses') depends=() source=("https://github.com/Gbury/dolmen/releases/download/v0.6/dolmenls-linux-amd64") md5sums=('17264149b92f056676cb1884c8dcdd22') package() { install -D dolmenls-linux-amd64 "$pkgdir/usr/bin/dolmenls" }