yasm: add develop version (#8712)

This commit is contained in:
Matthias Diener 2018-07-15 15:54:13 -05:00 committed by Adam J. Stewart
parent 4df673e401
commit 067c8466bd

View file

@ -33,4 +33,10 @@ class Yasm(AutotoolsPackage):
homepage = "http://yasm.tortall.net"
url = "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz"
version('develop', git='https://github.com/yasm/yasm/')
version('1.3.0', 'fc9e586751ff789b34b1f21d572d96af')
depends_on('autoconf', when='@develop')
depends_on('automake', when='@develop')
depends_on('libtool', when='@develop')
depends_on('m4', when='@develop')