Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/tcc/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'tcc'
pkgname=tcc
version=0.9.27.20191027.1
version=0.9.27.20221203
revision=1
_gitrev=a4997bf3d952f904bce824ee3e8f3e12e8524071
_gitrev=ab39d34dde9212c36dda2718bec4735fc0428636
build_style=configure
configure_args="--prefix=/usr --libdir=\${prefix}/lib$XBPS_TARGET_WORDSIZE"
make_check_target="test"
hostmakedepends="perl"
hostmakedepends="perl which"
short_desc="Tiny C Compiler"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
homepage="http://bellard.org/tcc/"
distfiles="http://repo.or.cz/tinycc.git/snapshot/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=24b34f5ff46694cc3da7db5df6f6180e8cba908e6e3691577f01dd17f4f1a6b4
distfiles="http://repo.or.cz/tinycc.git/snapshot/${_gitrev}.tar.gz"
checksum=28c745f26754451f64b0b21824fa4f7f9113bafc28acd41efb961d5f3224fb70
nopie=yes
nocross=yes

Expand Down