blob: 274d2e894828da161a11eeaf7a612e20c7d3f79b (
plain) (
tree)
|
|
# Contributor: Luis Ressel <aranea@aixah.de>
# Maintainer: Luis Ressel <aranea@aixah.de>
pkgname=picocom
pkgver=3.1
pkgrel=0
pkgdesc="Minimal dumb-terminal emulation program"
url="https://github.com/npat-efault/picocom"
arch="all"
options="!check" # No test suite
license="BSD-2-Clause AND GPL-2.0+"
depends=""
makedepends=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/picocom/archive/$pkgver.tar.gz"
build() {
# TODO: -DNO_CUSTOM_BAUD can be removed with the next picocom release
env CPPFLAGS="$CPPFLAGS -DNO_CUSTOM_BAUD" make
}
package() {
install -m755 -Dt "$pkgdir/usr/bin" pcasc pcxm pcym pczm picocom
install -m644 -Dt "$pkgdir/usr/share/man/man1" picocom.1
}
sha512sums="ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1 picocom-3.1.tar.gz"
|