mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
yasm: fix distfiles, clean hostmakedepends
This commit is contained in:
parent
b7745aba02
commit
00d6aedd9b
1 changed files with 1 additions and 1 deletions
|
@ -3,12 +3,12 @@ pkgname=yasm
|
|||
version=1.3.0
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="xmlto python"
|
||||
short_desc="Complete rewrite of the NASM assembler"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause, Artistic-1.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="http://www.tortall.net/projects/yasm/"
|
||||
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
||||
distfiles="https://github.com/yasm/yasm/releases/download/v${version}/yasm-${version}.tar.gz"
|
||||
checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue