Add some github URLs

This commit is contained in:
Christoph Reiter 2024-01-21 19:56:37 +01:00
parent 8fb7bd783f
commit 36921853ac
60 changed files with 60 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pkgrel=3
pkgdesc='Text document format for short documents, articles, books and UNIX man pages.' pkgdesc='Text document format for short documents, articles, books and UNIX man pages.'
arch=('any') arch=('any')
url='https://asciidoc.org/' url='https://asciidoc.org/'
msys2_repository_url="https://github.com/asciidoc-py/asciidoc-py"
license=('GPL') license=('GPL')
depends=('python' 'libxslt' 'docbook-xsl') depends=('python' 'libxslt' 'docbook-xsl')
makedepends=( makedepends=(

View File

@ -6,6 +6,7 @@ pkgrel=3
pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats' pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://www.breezy-vcs.org/' url='https://www.breezy-vcs.org/'
msys2_repository_url="https://github.com/breezy-team/breezy"
license=('GPL2') license=('GPL2')
groups=('VCS') groups=('VCS')
depends=('python-configobj' depends=('python-configobj'

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="A compiler cache (mingw-w64)" pkgdesc="A compiler cache (mingw-w64)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://ccache.samba.org/" url="https://ccache.samba.org/"
msys2_repository_url="https://github.com/ccache/ccache"
license=("spdx:GPL-3.0-or-later") license=("spdx:GPL-3.0-or-later")
replaces=("${pkgname}-git") replaces=("${pkgname}-git")
makedepends=("cmake" makedepends=("cmake"

View File

@ -4,6 +4,7 @@ pkgrel=1
pkgdesc="A curses-based scrolling 'Matrix'-like screen" pkgdesc="A curses-based scrolling 'Matrix'-like screen"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.asty.org/cmatrix/" url="http://www.asty.org/cmatrix/"
msys2_repository_url="https://github.com/abishekvashok/cmatrix"
license=('spdx:GPL-3.0-or-later') license=('spdx:GPL-3.0-or-later')
depends=('ncurses') depends=('ncurses')
makedepends=('ncurses-devel' 'make' 'autotools' 'gcc') makedepends=('ncurses-devel' 'make' 'autotools' 'gcc')

View File

@ -5,6 +5,7 @@ pkgver=1.0.21
pkgrel=1 pkgrel=1
pkgdesc='Diff wrapper with pretty syntax highlighting' pkgdesc='Diff wrapper with pretty syntax highlighting'
url='https://www.colordiff.org/' url='https://www.colordiff.org/'
msys2_repository_url="https://github.com/daveewart/colordiff"
license=('GPL2') license=('GPL2')
arch=('any') arch=('any')
depends=('diffutils' 'perl') depends=('diffutils' 'perl')

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Multi-protocol file transfer utility" pkgdesc="Multi-protocol file transfer utility"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://curl.haxx.se" url="https://curl.haxx.se"
msys2_repository_url="https://github.com/curl/curl"
license=('spdx:MIT') license=('spdx:MIT')
depends=('ca-certificates') depends=('ca-certificates')
makedepends=('brotli-devel' 'heimdal-devel' 'libidn2-devel' 'autotools' makedepends=('brotli-devel' 'heimdal-devel' 'libidn2-devel' 'autotools'

View File

@ -7,6 +7,7 @@ pkgrel=3
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library" pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.cyrusimap.org/sasl/" url="https://www.cyrusimap.org/sasl/"
msys2_repository_url="https://github.com/cyrusimap/cyrus-sasl"
license=('custom') license=('custom')
groups=('sys-utils') groups=('sys-utils')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libxcrypt-devel' 'libserf-devel' 'autotools' 'gcc') makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libxcrypt-devel' 'libserf-devel' 'autotools' 'gcc')

View File

@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='C-Extensions for Python' pkgdesc='C-Extensions for Python'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://cython.org/' url='https://cython.org/'
msys2_repository_url="https://github.com/cython/cython"
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
depends=('python') depends=('python')
conflicts=('cython0') conflicts=('cython0')

View File

@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='C-Extensions for Python' pkgdesc='C-Extensions for Python'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://cython.org/' url='https://cython.org/'
msys2_repository_url="https://github.com/cython/cython"
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
depends=('python') depends=('python')
conflicts=('cython') conflicts=('cython')

View File

@ -7,6 +7,7 @@ pkgdesc='XML stylesheets for Docbook-xml transformations'
arch=('any') arch=('any')
license=('custom') license=('custom')
url='https://docbook.sourceforge.io/' url='https://docbook.sourceforge.io/'
msys2_repository_url="https://github.com/docbook/xslt10-stylesheets"
depends=('libxml2' 'libxslt' 'docbook-xml') depends=('libxml2' 'libxslt' 'docbook-xml')
install="$pkgname.install" install="$pkgname.install"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/${pkgname}-nons-${pkgver}.tar.gz) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/${pkgname}-nons-${pkgver}.tar.gz)

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP" pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.doxygen.org/" url="http://www.doxygen.org/"
msys2_repository_url="https://github.com/doxygen/doxygen"
license=('GPL') license=('GPL')
depends=("gcc-libs" "libsqlite" "libiconv") depends=("gcc-libs" "libsqlite" "libiconv")
makedepends=("cmake" "ninja" "flex" "python" "libsqlite-devel" "libiconv-devel" 'gcc') makedepends=("cmake" "ninja" "flex" "python" "libsqlite-devel" "libiconv-devel" 'gcc')

View File

@ -5,6 +5,7 @@ pkgver=2.3.99
pkgrel=1 pkgrel=1
arch=('any') arch=('any')
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update" url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
msys2_repository_url="https://github.com/gentoo/portage"
license=('GPL') license=('GPL')
depends=('bash' 'diffutils') depends=('bash' 'diffutils')
optdepends=('dialog: for the menu mode (not automode)') optdepends=('dialog: for the menu mode (not automode)')

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="An XML parser library" pkgdesc="An XML parser library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://libexpat.github.io/" url="https://libexpat.github.io/"
msys2_repository_url="https://github.com/libexpat/libexpat"
license=('spdx:MIT') license=('spdx:MIT')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz{,.asc}) source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz{,.asc})

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="The OpenBIOS FCODE suite" pkgdesc="The OpenBIOS FCODE suite"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.openbios.org/" url="https://www.openbios.org/"
msys2_repository_url="https://github.com/openbios/fcode-utils"
license=('GPL2') license=('GPL2')
makedepends=('make' 'gcc') makedepends=('make' 'gcc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/openbios/fcode-utils/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/openbios/fcode-utils/archive/v${pkgver}.tar.gz")

View File

@ -5,6 +5,7 @@ epoch=
pkgdesc='Smart and user friendly shell intended mostly for interactive use' pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://fishshell.com/" url="https://fishshell.com/"
msys2_repository_url="https://github.com/fish-shell/fish-shell"
license=('GPL2') license=('GPL2')
groups=() groups=()
depends=('bc' 'gcc-libs' 'gettext' 'libiconv' 'libpcre2_16' 'man-db' 'ncurses') depends=('bc' 'gcc-libs' 'gettext' 'libiconv' 'libpcre2_16' 'man-db' 'ncurses')

View File

@ -9,6 +9,7 @@ pkgdesc="A garbage collector for C and C++"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
groups=('libraries') groups=('libraries')
url="https://www.hboehm.info/gc/" url="https://www.hboehm.info/gc/"
msys2_repository_url="https://github.com/ivmai/bdwgc"
license=('MIT') license=('MIT')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')
source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz") source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")

View File

@ -7,6 +7,7 @@ pkgrel=4
pkgdesc="Implementation of Kerberos V5 libraries" pkgdesc="Implementation of Kerberos V5 libraries"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.h5l.org/" url="https://www.h5l.org/"
msys2_repository_url="https://github.com/heimdal/heimdal"
license=('custom') license=('custom')
makedepends=('libdb-devel' 'libxcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools' 'gcc') #libldap-devel makedepends=('libdb-devel' 'libxcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools' 'gcc') #libldap-devel
options=('!libtool' '!emptydirs' 'staticlibs') options=('!libtool' '!emptydirs' 'staticlibs')

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="International Components for Unicode library" pkgdesc="International Components for Unicode library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://icu.unicode.org" url="https://icu.unicode.org"
msys2_repository_url="https://github.com/unicode-org/icu"
license=('spdx:ICU') license=('spdx:ICU')
depends=('gcc-libs' 'sh') depends=('gcc-libs' 'sh')
makedepends=('autoconf-archive' 'autotools' 'gcc') makedepends=('autoconf-archive' 'autotools' 'gcc')

View File

@ -10,6 +10,7 @@ pkgrel=2
pkgdesc="Modular text mode IRC client with Perl scripting" pkgdesc="Modular text mode IRC client with Perl scripting"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://irssi.org/" url="https://irssi.org/"
msys2_repository_url="https://github.com/irssi/irssi"
license=('spdx:GPL-2.0-or-later') license=('spdx:GPL-2.0-or-later')
depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2') depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2')
makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks' 'autotools' 'gcc') makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks' 'autotools' 'gcc')

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data' pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://www.digip.org/jansson/' url='https://www.digip.org/jansson/'
msys2_repository_url="https://github.com/akheron/jansson"
license=('MIT') license=('MIT')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc')
options=('staticlibs') options=('staticlibs')

View File

@ -7,6 +7,7 @@ pkgdesc="A terminal based program for viewing text files"
license=('GPL3') license=('GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.greenwoodsoftware.com/less" url="http://www.greenwoodsoftware.com/less"
msys2_repository_url="https://github.com/gwsw/less"
depends=('ncurses' 'libpcre2_8') depends=('ncurses' 'libpcre2_8')
makedepends=('ncurses-devel' 'pcre2-devel' 'autotools' 'gcc' 'groff') makedepends=('ncurses-devel' 'pcre2-devel' 'autotools' 'gcc' 'groff')
source=("https://github.com/gwsw/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") source=("https://github.com/gwsw/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Multi-format archive and compression library" pkgdesc="Multi-format archive and compression library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://libarchive.org/" url="https://libarchive.org/"
msys2_repository_url="https://github.com/libarchive/libarchive"
license=('BSD') license=('BSD')
groups=('libraries') groups=('libraries')
depends=('gcc-libs' 'libbz2' 'libiconv' 'libexpat' 'liblzma' 'liblz4' 'libopenssl' 'libzstd' 'zlib') depends=('gcc-libs' 'libbz2' 'libiconv' 'libexpat' 'liblzma' 'liblz4' 'libopenssl' 'libzstd' 'zlib')

View File

@ -6,6 +6,7 @@ pkgrel=4
pkgdesc="An event notification library" pkgdesc="An event notification library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://libevent.org/" url="https://libevent.org/"
msys2_repository_url="https://github.com/libevent/libevent"
license=('spdx:BSD-3-Clause') license=('spdx:BSD-3-Clause')
makedepends=('openssl-devel' 'autotools' 'gcc') makedepends=('openssl-devel' 'autotools' 'gcc')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/release-${pkgver}-stable/${pkgname}-${pkgver}-stable.tar.gz"{,.asc} source=("https://github.com/${pkgname}/${pkgname}/releases/download/release-${pkgver}-stable/${pkgname}-${pkgver}-stable.tar.gz"{,.asc}

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Portable, high level programming interface to various calling conventions" pkgdesc="Portable, high level programming interface to various calling conventions"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://sourceware.org/libffi/" url="https://sourceware.org/libffi/"
msys2_repository_url="https://github.com/libffi/libffi"
groups=('libraries') groups=('libraries')
license=('MIT') license=('MIT')
depends=() depends=()

View File

@ -10,6 +10,7 @@ conflicts=(${pkgbase}-git)
replaces=(${pkgbase}-git) replaces=(${pkgbase}-git)
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://fukuchi.org/works/qrencode/' url='https://fukuchi.org/works/qrencode/'
msys2_repository_url="https://github.com/fukuchi/libqrencode"
license=('LGPL') license=('LGPL')
makedepends=('gcc' 'autotools' 'libiconv-devel') makedepends=('gcc' 'autotools' 'libiconv-devel')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/fukuchi/libqrencode/archive/v${pkgver}.tar.gz") source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/fukuchi/libqrencode/archive/v${pkgver}.tar.gz")

View File

@ -8,6 +8,7 @@ epoch=
pkgdesc="The free and portable approximate regex matching library (libraries)" pkgdesc="The free and portable approximate regex matching library (libraries)"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://laurikari.net/tre/" url="https://laurikari.net/tre/"
msys2_repository_url="https://github.com/laurikari/tre"
license=('BSD') license=('BSD')
groups=('libraries') groups=('libraries')
depends=("gettext" "libiconv" "libintl") depends=("gettext" "libiconv" "libintl")

View File

@ -7,6 +7,7 @@ pkgdesc='Very fast lossless compression algorithm'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=('make' 'gcc') makedepends=('make' 'gcc')
url='https://lz4.github.io/lz4/' url='https://lz4.github.io/lz4/'
msys2_repository_url="https://github.com/lz4/lz4"
license=('LGPL') license=('LGPL')
source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz") source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")
sha256sums=('0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b') sha256sums=('0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b')

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.midnight-commander.org/" url="https://www.midnight-commander.org/"
msys2_repository_url="https://github.com/MidnightCommander/mc"
license=('GPL') license=('GPL')
depends=('glib2' depends=('glib2'
'libssh2') 'libssh2')

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc='High-productivity build system' pkgdesc='High-productivity build system'
arch=('any') arch=('any')
url="https://mesonbuild.com/" url="https://mesonbuild.com/"
msys2_repository_url="https://github.com/mesonbuild/meson"
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
depends=('python' 'ninja') depends=('python' 'ninja')
makedepends=( makedepends=(

View File

@ -10,6 +10,7 @@ license=('spdx:GPL-3.0-or-later')
depends=('sh') depends=('sh')
makedepends=('gcc') makedepends=('gcc')
url="https://mintty.github.io" url="https://mintty.github.io"
msys2_repository_url="https://github.com/mintty/mintty"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz
"001-default-size.patch") "001-default-size.patch")
sha256sums=('3a0f5f47136a5035a8fa7b5d8cd0388703d1e129efbd1e8a12d9879da3c8b2e2' sha256sums=('3a0f5f47136a5035a8fa7b5d8cd0388703d1e129efbd1e8a12d9879da3c8b2e2'

View File

@ -6,6 +6,7 @@ pkgrel=6
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.org/' url='https://mosh.org/'
msys2_repository_url="https://github.com/mobile-shell/mosh"
groups=('net-utils') groups=('net-utils')
license=('spdx:GPL-3.0-or-later') license=('spdx:GPL-3.0-or-later')
depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl') depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl')

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="MessagePack implementation for C" pkgdesc="MessagePack implementation for C"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://msgpack.org" url="https://msgpack.org"
msys2_repository_url="https://github.com/msgpack/msgpack-c"
license=('Boost') license=('Boost')
makedepends=('cmake' 'gcc' 'make') makedepends=('cmake' 'gcc' 'make')
source=("https://github.com/msgpack/msgpack-c/releases/download/c-${pkgver}/${pkgbase}-${pkgver}.tar.gz") source=("https://github.com/msgpack/msgpack-c/releases/download/c-${pkgver}/${pkgbase}-${pkgver}.tar.gz")

View File

@ -8,6 +8,7 @@ _descr="Ninja is a small build system with a focus on speed"
pkgdesc="${_descr}" pkgdesc="${_descr}"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://ninja-build.org" url="https://ninja-build.org"
msys2_repository_url="https://github.com/ninja-build/ninja"
license=('Apache') license=('Apache')
depends=() depends=()
options=('strip' 'staticlibs') options=('strip' 'staticlibs')

View File

@ -9,6 +9,7 @@ pkgrel=1
pkgdesc="Library to work with PKCS#11 modules" pkgdesc="Library to work with PKCS#11 modules"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://p11-glue.freedesktop.org/p11-kit.html" url="https://p11-glue.freedesktop.org/p11-kit.html"
msys2_repository_url="https://github.com/p11-glue/p11-kit"
license=('BSD') license=('BSD')
makedepends=('bash-completion' makedepends=('bash-completion'
'gtk-doc' 'gtk-doc'

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions" pkgdesc="A library that implements Perl 5-style regular expressions"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.pcre.org/" url="https://www.pcre.org/"
msys2_repository_url="https://github.com/PCRE2Project/pcre2"
license=('BSD') license=('BSD')
makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel' 'autotools' 'gcc') makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel' 'autotools' 'gcc')
source=(https://github.com/PCRE2Project/pcre2/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig}) source=(https://github.com/PCRE2Project/pcre2/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Tools for helping translation of documentation" pkgdesc="Tools for helping translation of documentation"
arch=('any') arch=('any')
url="https://po4a.org/" url="https://po4a.org/"
msys2_repository_url="https://github.com/mquinson/po4a"
license=('GPL') license=('GPL')
depends=("perl" "gettext" 'perl-YAML-Tiny' 'perl-Text-WrapI18N' depends=("perl" "gettext" 'perl-YAML-Tiny' 'perl-Text-WrapI18N'
'perl-Locale-Gettext' 'perl-TermReadKey' 'perl-sgmls' 'perl-Locale-Gettext' 'perl-TermReadKey' 'perl-sgmls'

View File

@ -7,6 +7,7 @@ pkgrel=3
pkgdesc="Protocol Buffers - Google's data interchange format" pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://developers.google.com/protocol-buffers/' url='https://developers.google.com/protocol-buffers/'
msys2_repository_url="https://github.com/protocolbuffers/protobuf"
groups=('libraries') groups=('libraries')
license=('spdx:BSD-3-Clause') license=('spdx:BSD-3-Clause')
depends=('gcc-libs' 'zlib') depends=('gcc-libs' 'zlib')

View File

@ -9,6 +9,7 @@ pkgdesc="Caching and sessions WSGI middleware for use with web applications and
arch=('any') arch=('any')
license=('PSF') license=('PSF')
url="https://beaker.readthedocs.org" url="https://beaker.readthedocs.org"
msys2_repository_url="https://github.com/bbangert/beaker"
depends=("python") depends=("python")
makedepends=( makedepends=(
"python-setuptools" "python-setuptools"

View File

@ -9,6 +9,7 @@ pkgdesc='A simple pythonic template language written in Python'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('spdx:BSD-3-Clause') license=('spdx:BSD-3-Clause')
url='http://jinja.pocoo.org/' url='http://jinja.pocoo.org/'
msys2_repository_url="https://github.com/pallets/jinja"
depends=('python-markupsafe') depends=('python-markupsafe')
makedepends=( makedepends=(
"python-setuptools" "python-setuptools"

View File

@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries" pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any') arch=('any')
url="https://lxml.de/" url="https://lxml.de/"
msys2_repository_url="https://github.com/lxml/lxml"
license=('spdx:BSD-3-Clause') license=('spdx:BSD-3-Clause')
depends=("python" "libxslt" "libxml2") depends=("python" "libxslt" "libxml2")
makedepends=( makedepends=(

View File

@ -8,6 +8,7 @@ pkgrel=4
pkgdesc="Parser for the lightweight Ducktype syntax for Mallard" pkgdesc="Parser for the lightweight Ducktype syntax for Mallard"
arch=('any') arch=('any')
url="http://projectmallard.org/" url="http://projectmallard.org/"
msys2_repository_url="https://github.com/projectmallard/mallard-ducktype"
license=('spdx:MIT') license=('spdx:MIT')
depends=("python") depends=("python")
makedepends=( makedepends=(

View File

@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="Python Build Reasonableness" pkgdesc="Python Build Reasonableness"
arch=('any') arch=('any')
url='https://pypi.python.org/pypi/pbr' url='https://pypi.python.org/pypi/pbr'
msys2_repository_url="https://github.com/openstack-dev/pbr"
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
depends=('python-setuptools') depends=('python-setuptools')
makedepends=( makedepends=(

View File

@ -7,6 +7,7 @@ pkgver=23.3.2
pkgrel=1 pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages" pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/" url="https://pip.pypa.io/"
msys2_repository_url="https://github.com/pypa/pip"
arch=('any') arch=('any')
license=('spdx:MIT') license=('spdx:MIT')
depends=( depends=(

View File

@ -11,6 +11,7 @@ pkgdesc="Simple powerful testing with Python"
arch=('any') arch=('any')
license=('MIT') license=('MIT')
url="https://pytest.org/" url="https://pytest.org/"
msys2_repository_url="https://github.com/pytest-dev/pytest"
depends=('python' depends=('python'
'python-attrs' 'python-attrs'
'python-pluggy' 'python-pluggy'

View File

@ -9,6 +9,7 @@ pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages
arch=('any') arch=('any')
license=('PSF') license=('PSF')
url="https://pypi.python.org/pypi/setuptools" url="https://pypi.python.org/pypi/setuptools"
msys2_repository_url="https://github.com/pypa/setuptools"
depends=('python') depends=('python')
makedepends=( makedepends=(
"python-wheel" "python-wheel"

View File

@ -7,6 +7,7 @@ pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc='A tool for generating C-based recognizers from regular expressions' pkgdesc='A tool for generating C-based recognizers from regular expressions'
url='https://re2c.org/' url='https://re2c.org/'
msys2_repository_url="https://github.com/skvadrik/re2c"
license=('public domain') license=('public domain')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('cmake' 'gcc' 'python') makedepends=('cmake' 'gcc' 'python')

View File

@ -6,6 +6,7 @@ pkgver=1.4.3
pkgrel=1 pkgrel=1
pkgdesc='Utility for verifying hash sums of files' pkgdesc='Utility for verifying hash sums of files'
url='https://sourceforge.net/projects/rhash/' url='https://sourceforge.net/projects/rhash/'
msys2_repository_url="https://github.com/rhash/RHash"
license=('custom' 'MIT') license=('custom' 'MIT')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz

View File

@ -6,6 +6,7 @@ pkgver=0.28.1
pkgrel=1 pkgrel=1
pkgdesc='BDD style unit testing framework for POSIX compliant shell script' pkgdesc='BDD style unit testing framework for POSIX compliant shell script'
url='https://shellspec.info' url='https://shellspec.info'
msys2_repository_url="https://github.com/shellspec/shellspec"
license=('MIT') license=('MIT')
arch=('any') arch=('any')

View File

@ -6,6 +6,7 @@ pkgrel=2
pkgdesc="A command-line todo list manager" pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://taskwarrior.org/" url="https://taskwarrior.org/"
msys2_repository_url="https://github.com/GothenburgBitFactory/taskwarrior"
license=("MIT") license=("MIT")
depends=("gcc-libs" depends=("gcc-libs"
"libgnutls" "libgnutls"

View File

@ -7,6 +7,7 @@ pkgdesc='Text-mode interface for Git'
depends=('git' 'libreadline' 'ncurses') depends=('git' 'libreadline' 'ncurses')
makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools' 'gcc') makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools' 'gcc')
url='https://jonas.github.io/tig/' url='https://jonas.github.io/tig/'
msys2_repository_url="https://github.com/jonas/tig"
license=('GPL') license=('GPL')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
backup=('etc/tigrc') backup=('etc/tigrc')

View File

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="A simple TTY terminal I/O application" pkgdesc="A simple TTY terminal I/O application"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://tio.github.io/" url="https://tio.github.io/"
msys2_repository_url="https://github.com/tio/tio"
license=('spdx:GPL-2.0-or-later') license=('spdx:GPL-2.0-or-later')
depends=('libinih') depends=('libinih')
makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel') makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel')

View File

@ -5,6 +5,7 @@ pkgdesc="Instant Terminal Sharing http://tmate.io/"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('ISC') license=('ISC')
url="http://tmate.io/" url="http://tmate.io/"
msys2_repository_url="https://github.com/tmate-io/tmate"
depends=('libevent' 'ncurses' 'libopenssl' 'libssh' 'zlib' 'msgpack-c') depends=('libevent' 'ncurses' 'libopenssl' 'libssh' 'zlib' 'msgpack-c')
makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'msgpack-c-devel' 'autotools' 'gcc' 'git') makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'msgpack-c-devel' 'autotools' 'gcc' 'git')

View File

@ -7,6 +7,7 @@ pkgver=${_base_ver}${_bugfix}
pkgrel=1 pkgrel=1
pkgdesc='A terminal multiplexer' pkgdesc='A terminal multiplexer'
url='https://tmux.github.io/' url='https://tmux.github.io/'
msys2_repository_url="https://github.com/tmux/tmux"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('BSD') license=('BSD')
conflict=('tmux-git') conflict=('tmux-git')

View File

@ -10,6 +10,7 @@ pkgrel=1
pkgdesc='Ultimate executable compressor.' pkgdesc='Ultimate executable compressor.'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://upx.github.io/' url='https://upx.github.io/'
msys2_repository_url="https://github.com/upx/upx"
license=('GPL') license=('GPL')
depends=('ucl' 'zlib') depends=('ucl' 'zlib')
makedepends=('ucl-devel' 'zlib-devel' 'gcc' 'make' 'cmake' 'ninja') makedepends=('ucl-devel' 'zlib-devel' 'gcc' 'make' 'cmake' 'ninja')

View File

@ -11,6 +11,7 @@ pkgdesc='Vi Improved, a highly configurable, improved version of the vi text edi
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('custom:vim') license=('custom:vim')
url="https://www.vim.org" url="https://www.vim.org"
msys2_repository_url="https://github.com/vim/vim"
depends=('ncurses' 'libiconv' 'libintl' 'libxcrypt' 'perl') depends=('ncurses' 'libiconv' 'libintl' 'libxcrypt' 'perl')
groups=('editors') groups=('editors')
makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'ncurses-devel' 'autotools' 'gcc' makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'ncurses-devel' 'autotools' 'gcc'

View File

@ -3,6 +3,7 @@
pkgname='vimpager' pkgname='vimpager'
pkgdesc='Use ViM as PAGER' pkgdesc='Use ViM as PAGER'
url='https://www.vim.org/scripts/script.php?script_id=1723' url='https://www.vim.org/scripts/script.php?script_id=1723'
msys2_repository_url="https://github.com/rkitover/vimpager"
license=(BSD) license=(BSD)
arch=(any) arch=(any)
pkgver=2.06 pkgver=2.06

View File

@ -6,6 +6,7 @@ pkgrel=2
pkgdesc='Diff utility which works with binary files' pkgdesc='Diff utility which works with binary files'
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url='http://xdelta.org/' url='http://xdelta.org/'
msys2_repository_url="https://github.com/jmacd/xdelta"
license=('GPL') license=('GPL')
depends=('xz' 'liblzma') depends=('xz' 'liblzma')
makedepends=('liblzma-devel' 'autotools' 'gcc') makedepends=('liblzma-devel' 'autotools' 'gcc')

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
groups=('libraries') groups=('libraries')
license=('custom') license=('custom')
url="https://www.zlib.net/" url="https://www.zlib.net/"
msys2_repository_url="https://github.com/madler/zlib"
makedepends=('gcc' 'make' 'autotools') makedepends=('gcc' 'make' 'autotools')
source=("https://github.com/madler/zlib/releases/download/v${pkgver}/zlib-${pkgver}.tar.gz" source=("https://github.com/madler/zlib/releases/download/v${pkgver}/zlib-${pkgver}.tar.gz"
zlib-1.2.13-configure.patch zlib-1.2.13-configure.patch

View File

@ -5,6 +5,7 @@ pkgver=1.8.2
pkgrel=16 pkgrel=16
pkgdesc='An IRC bouncer with modules & scripts support' pkgdesc='An IRC bouncer with modules & scripts support'
url='https://znc.in/' url='https://znc.in/'
msys2_repository_url="https://github.com/znc/znc"
license=('spdx:Apache-2.0') license=('spdx:Apache-2.0')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
replaces=('znc-git') replaces=('znc-git')

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Zstandard - Fast real-time compression algorithm" pkgdesc="Zstandard - Fast real-time compression algorithm"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://facebook.github.io/zstd/' url='https://facebook.github.io/zstd/'
msys2_repository_url="https://github.com/facebook/zstd"
license=('BSD') license=('BSD')
makedepends=('gcc' 'ninja' 'cmake') makedepends=('gcc' 'ninja' 'cmake')
source=("https://github.com/facebook/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.sig}) source=("https://github.com/facebook/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.sig})