winpty-git: Update to latest; add contributors; remove dependencies from base-devel
This commit is contained in:
parent
2d50fe0a72
commit
f4fc7b1c20
1
winpty-git/.gitignore
vendored
Normal file
1
winpty-git/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
winpty/
|
||||
@ -1,15 +1,17 @@
|
||||
# Maintainer: Martell Malone <martell malone at g mail dot com>
|
||||
# Contributor: Alexey Pavlov <alexpux@gmail.com>
|
||||
# Contributor: David Macek <david.macek.0@gmail.com>
|
||||
|
||||
_realname=winpty
|
||||
pkgname="${_realname}-git"
|
||||
epoch=1
|
||||
pkgver=0.2.2.371.a4ba242
|
||||
pkgver=0.2.2.374.ccbdaf7
|
||||
pkgrel=1
|
||||
pkgdesc="A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/rprichard/winpty"
|
||||
license=("MIT")
|
||||
makedepends=("git" "gcc" "autoconf" "gperf" "bison" "flex" "wget" "tar" "patch" "make" "libtool" "automake" "xz"
|
||||
makedepends=("git" "tar" "automake" "xz"
|
||||
"mingw-w64-cross-gcc")
|
||||
provides=("${_realname}")
|
||||
conflicts=("${_realname}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user