pkgname: libedit pkgver: '20260512_3.1' pkgrel: '1' pkgdesc: Command line editor library providing generic line editing, history, and tokenization functions. url: 'https://thrysoee.dk/editline/' arch: x86_64 depends: [] makedepends: - ncurses source: - 'https://thrysoee.dk/editline/libedit-20260512-3.1.tar.gz' sha256sums: - 432d5e7ea8b0116dd39f2eca7bc11d0eed77faa6b77ea526ace89907c23ea4a0 build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --enable-widec make make DESTDIR=${PKGDIR} install # conflicts with readline cp ${PKGDIR}/usr/share/man/man3/editline.3 \ ${PKGDIR}/usr/share/man/man3/el.3 # rm .la rm -f ${PKGDIR}/usr/lib/${pkgname}.la package: | true