Skip to content

Commit

Permalink
more CPEs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Mar 25, 2024
1 parent a2ee04b commit d587d7b
Show file tree
Hide file tree
Showing 22 changed files with 69 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sed/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="GNU stream editor"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/sed"
msys2_references=(
"cpe: cpe:/a:gnu:sed"
)
license=('GPL3')
depends=('libintl' 'sh')
makedepends=('gettext' 'gettext-devel' 'autotools' 'gcc')
Expand Down
3 changes: 3 additions & 0 deletions sqlite/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
license=(PublicDomain)
url="https://www.sqlite.org/"
msys2_references=(
"cpe: cpe:/a:sqlite:sqlite"
)
depends=('libreadline' 'zlib' 'tcl')
makedepends=('libreadline-devel' 'icu-devel' 'tcl-devel' 'zlib-devel' 'autotools' 'gcc')
source=(https://www.sqlite.org/${_sqlite_year}/sqlite-src-${_srcver}.zip
Expand Down
3 changes: 3 additions & 0 deletions subversion/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=4
pkgdesc="A Modern Concurrent Version Control System"
arch=('i686' 'x86_64')
url="https://subversion.apache.org/"
msys2_references=(
"cpe: cpe:/a:apache:subversion"
)
license=('APACHE')
groups=('VCS')
depends=('libsqlite' 'file' 'liblz4' 'libserf' 'libsasl')
Expand Down
3 changes: 3 additions & 0 deletions tar/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=2
pkgdesc="Utility used to store, backup, and transport files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/tar/tar.html"
msys2_references=(
"cpe: cpe:/a:gnu:tar"
)
license=('GPL3')
groups=('compression')
depends=('libiconv' 'libintl' 'sh')
Expand Down
3 changes: 3 additions & 0 deletions tcl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pkgrel=3
pkgdesc="The Tcl scripting language"
arch=('i686' 'x86_64')
url="https://tcl.sourceforge.io/"
msys2_references=(
"cpe: cpe:/a:tcl:tcl"
)
license=('custom')
depends=('zlib')
makedepends=('autotools' 'gcc')
Expand Down
3 changes: 3 additions & 0 deletions texinfo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line doc
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/texinfo/"
msys2_repository_url="https://git.savannah.gnu.org/cgit/texinfo.git"
msys2_references=(
"cpe: cpe:/a:gnu:texinfo"
)
license=('spdx:GPL-3.0-or-later')
makedepends=('ncurses-devel' 'libxcrypt-devel' 'gettext-devel' 'findutils' 'gzip' 'perl-devel' 'autotools' 'gcc' 'help2man')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
Expand Down
3 changes: 3 additions & 0 deletions tmux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pkgrel=1
pkgdesc='A terminal multiplexer'
url='https://tmux.github.io/'
msys2_repository_url="https://github.com/tmux/tmux"
msys2_references=(
"cpe: cpe:/a:tmux_project:tmux"
)
arch=('i686' 'x86_64')
license=('BSD')
conflict=('tmux-git')
Expand Down
3 changes: 3 additions & 0 deletions u-boot-tools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="U-Boot Tools"
arch=('i686' 'x86_64')
url="https://github.com/u-boot/u-boot"
msys2_references=(
"cpe: cpe:/a:denx:u-boot"
)
license=('GPL2')
depends=('dtc' 'openssl')
makedepends=('make' 'gcc' 'openssl-devel' 'libgnutls-devel' 'libuuid-devel')
Expand Down
3 changes: 3 additions & 0 deletions unrar/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgver=7.0.7
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.rarlab.com/rar_add.htm"
msys2_references=(
"cpe: cpe:/a:rarlab:unrar"
)
license=('custom')
depends=('gcc-libs')
makedepends=('make' 'gcc')
Expand Down
4 changes: 4 additions & 0 deletions unzip/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/"
msys2_references=(
"cpe: cpe:/a:unzip_project:unzip"
"cpe: cpe:/a:info-zip:unzip"
)
license=('custom')
groups=('compression')
depends=('libbz2' 'bash')
Expand Down
3 changes: 3 additions & 0 deletions upx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pkgdesc='Ultimate executable compressor.'
arch=('i686' 'x86_64')
url='https://upx.github.io/'
msys2_repository_url="https://github.com/upx/upx"
msys2_references=(
"cpe: cpe:/a:upx_project:upx"
)
license=('GPL')
depends=('ucl' 'zlib')
makedepends=('ucl-devel' 'zlib-devel' 'gcc' 'make' 'cmake' 'ninja')
Expand Down
3 changes: 3 additions & 0 deletions util-linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pkgdesc="Miscellaneous system utilities for Linux"
arch=('i686' 'x86_64')
license=('GPL3')
url="https://www.kernel.org/pub/linux/utils/util-linux/"
msys2_references=(
"cpe: cpe:/a:kernel:util-linux"
)
makedepends=('gettext-devel' 'libiconv-devel' 'libxcrypt-devel' 'ncurses-devel' 'patch' 'zlib-devel' 'autotools' 'gcc' 'gtk-doc')
source=(https://www.kernel.org/pub/linux/utils/$pkgname/v${_pkgmajor}/${pkgname}-${pkgver}.tar.xz
2.24.2-agetty.patch
Expand Down
3 changes: 3 additions & 0 deletions vim/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ arch=('i686' 'x86_64')
license=('custom:vim')
url="https://www.vim.org"
msys2_repository_url="https://github.com/vim/vim"
msys2_references=(
"cpe: cpe:/a:vim:vim"
)
depends=('ncurses' 'libiconv' 'libintl' 'libxcrypt' 'perl')
groups=('editors')
makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'ncurses-devel' 'autotools' 'gcc'
Expand Down
3 changes: 3 additions & 0 deletions w3m/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pkgrel=2
pkgdesc="w3m is a pager with WWW capability (net-utils)"
arch=('i686' 'x86_64')
url="https://w3m.sourceforge.io/"
msys2_references=(
"cpe: cpe:/a:w3m:w3m"
)
license=('BSD')
groups=('net-utils')
depends=('libgc' 'libiconv' 'libintl' 'openssl' 'zlib' 'ncurses')
Expand Down
3 changes: 3 additions & 0 deletions wget/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/wget/"
msys2_references=(
"cpe: cpe:/a:gnu:wget"
)
license=('GPL3')
depends=('gcc-libs' 'libiconv' 'libidn2' 'libintl' 'libgpgme' 'libpcre2_8' 'libpsl' 'libuuid' 'libgnutls' 'zlib')
makedepends=('autoconf-archive' 'gettext-devel' 'libidn2-devel' 'libgpgme-devel' 'libuuid-devel'
Expand Down
3 changes: 3 additions & 0 deletions xz/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('i686' 'x86_64')
url='https://tukaani.org/xz/'
msys2_repository_url="https://github.com/tukaani-project/xz/"
msys2_references=(
"cpe: cpe:/a:tukaani:xz"
)
license=('GPL' 'LGPL' 'custom')
depends=('sh' 'libiconv' 'gettext')
makedepends=('libiconv-devel' 'gettext-devel' 'autotools' 'gcc')
Expand Down
4 changes: 4 additions & 0 deletions yasm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ pkgrel=3
pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
arch=('i686' 'x86_64')
url="https://www.tortall.net/projects/yasm/"
msys2_references=(
"cpe: cpe:/a:yasm_project:yasm"
"cpe: cpe:/a:tortall:yasm"
)
license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
options=('staticlibs')
makedepends=('autotools' 'gcc' 'xmlto')
Expand Down
3 changes: 3 additions & 0 deletions yodl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=1
pkgdesc='Implements a pre-document language and tools to process it'
arch=('i686' 'x86_64')
url='https://fbb-git.gitlab.io/yodl/'
msys2_references=(
"cpe: cpe:/a:yodl_project:yodl"
)
license=('GPL3')
depends=('bash')
makedepends=('icmake>=8.00.00' 'gcc')
Expand Down
3 changes: 3 additions & 0 deletions zlib/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ groups=('libraries')
license=('custom')
url="https://www.zlib.net/"
msys2_repository_url="https://github.com/madler/zlib"
msys2_references=(
"cpe: cpe:/a:zlib:zlib"
)
makedepends=('gcc' 'make' 'autotools')
source=("https://github.com/madler/zlib/releases/download/v${pkgver}/zlib-${pkgver}.tar.xz"{,.asc}
zlib-1.2.13-configure.patch
Expand Down
3 changes: 3 additions & 0 deletions znc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pkgrel=16
pkgdesc='An IRC bouncer with modules & scripts support'
url='https://znc.in/'
msys2_repository_url="https://github.com/znc/znc"
msys2_references=(
"cpe: cpe:/a:znc:znc"
)
license=('spdx:Apache-2.0')
arch=('i686' 'x86_64')
replaces=('znc-git')
Expand Down
4 changes: 4 additions & 0 deletions zsh/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ pkgver=5.9
pkgrel=2
arch=('i686' 'x86_64')
url='https://www.zsh.org/'
msys2_references=(
"cpe: cpe:/a:zsh_project:zsh"
"cpe: cpe:/a:zsh:zsh"
)
license=('custom')
makedepends=('ncurses-devel' 'pcre-devel' 'libiconv-devel' 'libgdbm-devel' 'autotools' 'gcc' 'groff')
source=("https://www.zsh.org/pub/zsh-${pkgver}.tar.xz"{,.asc}
Expand Down
3 changes: 3 additions & 0 deletions zstd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pkgdesc="Zstandard - Fast real-time compression algorithm"
arch=('i686' 'x86_64')
url='https://facebook.github.io/zstd/'
msys2_repository_url="https://github.com/facebook/zstd"
msys2_references=(
"cpe: cpe:/a:facebook:zstandard"
)
license=('BSD')
makedepends=('gcc' 'ninja' 'cmake')
source=("https://github.com/facebook/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.sig})
Expand Down

0 comments on commit d587d7b

Please sign in to comment.