mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libyaml: update to 0.2.1. (#668)
This commit is contained in:
parent
faa0a79220
commit
ec69ccfb25
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'libyaml'
|
||||
pkgname=libyaml
|
||||
version=0.1.7
|
||||
version=0.2.1
|
||||
revision=1
|
||||
wrksrc="yaml-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
||||
checksum=8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729
|
||||
distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz"
|
||||
checksum=1d2aeb87f7d317f1496e4c39410d913840714874a354970300f375eec9303dc4
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue