mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
tidy: fix $wrksrc usage.
This commit is contained in:
parent
fe0edbf5ef
commit
5c42c4a175
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'tidy'
|
# Template file for 'tidy'
|
||||||
pkgname=tidy
|
pkgname=tidy
|
||||||
version=1.46
|
version=1.46
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=tidyhtml-$version/tidy
|
wrksrc=tidyhtml-${version}
|
||||||
|
build_wrksrc=${pkgname}
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A tool to tidy down your HTML code to a clean style"
|
short_desc="A tool to tidy down your HTML code to a clean style"
|
||||||
|
|
Loading…
Add table
Reference in a new issue