1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Peter Simons <simons@cryp.to>
3 # Contributor: Stefan Husmann <stefan-husmann@t-online.de
8 pkgdesc="Interactive command line editing facilities"
10 url='https://www.astro.caltech.edu/~mcs/tecla/'
11 license=('custom:X11')
13 source=("${url}$pkgname-$pkgver.tar.gz")
14 sha256sums=('f2757cc55040859fcf8f59a0b7b26e0184a22bece44ed9568a4534a478c1ee1a')
18 ./configure --prefix=/usr
24 make -j1 prefix="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man" install
25 install -d "$pkgdir/usr/share/licenses/$pkgname"
26 install -m 444 LICENSE.TERMS "$pkgdir/usr/share/licenses/$pkgname"