commit
f8d4f84476
@ -3,7 +3,7 @@
|
|||||||
# shamelessly stolen from Archlinux
|
# shamelessly stolen from Archlinux
|
||||||
pkgname='docbook-dsssl'
|
pkgname='docbook-dsssl'
|
||||||
pkgver=1.79
|
pkgver=1.79
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="DSSSL Stylesheets for DocBook"
|
pkgdesc="DSSSL Stylesheets for DocBook"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://docbook.sourceforge.io/"
|
url="https://docbook.sourceforge.io/"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=docx2txt
|
pkgname=docx2txt
|
||||||
pkgver=1.4
|
pkgver=1.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="docx2txt is a perl based command line utility to convert Microsoft Office(Tm) Docx documents to equivalent Text documents"
|
pkgdesc="docx2txt is a perl based command line utility to convert Microsoft Office(Tm) Docx documents to equivalent Text documents"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL3+')
|
license=('GPL3+')
|
||||||
|
|||||||
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
pkgname=mosh
|
pkgname=mosh
|
||||||
pkgver=1.4.0
|
pkgver=1.4.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Mobile shell, surviving disconnects with local echo and line editing"
|
pkgdesc="Mobile shell, surviving disconnects with local echo and line editing"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://mosh.mit.edu/'
|
url='https://mosh.org/'
|
||||||
groups=('net-utils')
|
groups=('net-utils')
|
||||||
license=('GPL3')
|
license=('spdx:GPL-3.0-or-later')
|
||||||
depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl')
|
depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl')
|
||||||
makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion' 'autotools' 'gcc' 'perl-doc')
|
makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion' 'autotools' 'gcc' 'perl-doc')
|
||||||
source=("https://github.com/mobile-shell/mosh/releases/download/mosh-${pkgver}/mosh-${pkgver}.tar.gz")
|
source=("https://github.com/mobile-shell/mosh/releases/download/mosh-${pkgver}/mosh-${pkgver}.tar.gz")
|
||||||
@ -16,8 +16,13 @@ options=(!emptydirs)
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
||||||
|
CXXFLAGS+=" -D_GNU_SOURCE"
|
||||||
|
export MSYSTEM=CYGWIN
|
||||||
|
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
|
||||||
./configure \
|
./configure \
|
||||||
--host=${CHOST} \
|
--host=${CYGWIN_CHOST} \
|
||||||
|
--build=${CYGWIN_CHOST} \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-completion
|
--enable-completion
|
||||||
make
|
make
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user