Search
Advanced

Package Details
rlwrap 0.43-1
https://github.com/hanslub42/rlwrap
A 'readline wrapper'
Category: utils
Submitter:
Maintainer: sampla
Votes: 5
License: GPL
Last Updated: 2019/11/30 - 23:32:53 +0000
First Submitted: 2012/02/02 - 09:25:45 +0000
Dependenciesreadline
Sources
Thanks Eothred! I've adopted and updated this one. Hopefully other people will do the same for other packages if there's interest.
Comment by: Eothred on Sat, 23 Nov 2019 06:36:19 +0000
Thanks for reminding me, yes I haven't been using Chakra for a while now so then I forgot about the packages. Disowned all now. Thanks for providing the update for this one!
Comment by: sampla on Tue, 05 Nov 2019 02:47:38 +0000
Project URL is now https://github.com/hanslub42/rlwrap Latest version is 0.43 per https://github.com/hanslub42/rlwrap/releases @Eothred: I see you haven't updated any of your packages in a few years. If you're still interested in being a package maintainer, then please check and update them. If you're no longer interested, then please disown your packages. I'm personally interested in rlwrap. For reference, here's how I edited the PKGBUILD to work for the latest rlwrap and current makepkg. # Maintainer: Mark Haferkamp <chakralinux dot org at refola dot com> # Contributor: Yngve Inntjore Levinsen <yngveDOTlevinsenATgmailDOTcom> # Contributor: wizzomafizzo <wizzomafizzo@gmail.com> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Benjamin Andresen <benny AT klapmuetz DOT org> # Contributor: Douglas Thrift <douglas@douglasthrift.net> pkgname=rlwrap pkgver=0.43 pkgrel=1 pkgdesc="A 'readline wrapper'" arch=('i686' 'x86_64') url="https://github.com/hanslub42/rlwrap" license=('GPL') depends=('readline') optdepends=('python3: filters' 'perl: filters') source=("https://github.com/hanslub42/rlwrap/archive/v$pkgver.tar.gz") sha512sums=('3d8ad485d83cb2c5643dc9c66a36ba8a2b8f8ea50d864b9e330310f79d8215fc653b8711f94ca31355ca8a8c8eface73e582c5989a94ad4233dc62c5a19b76e0') build() { cd "$srcdir/$pkgname-$pkgver" autoreconf --install ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR=$pkgdir install || return 1 }
Comment by: sampla on Sat, 30 Nov 2019 23:33:59 +0000