less: convert to the new template format.

This commit is contained in:
Juan RP 2013-04-10 23:35:53 +02:00
parent 462b13cea0
commit 5c61a6fb74
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@ license="GPL-3"
homepage="http://www.greenwoodsoftware.com/less" homepage="http://www.greenwoodsoftware.com/less"
distfiles="${homepage}/less-${version}.tar.gz" distfiles="${homepage}/less-${version}.tar.gz"
checksum=9fe8287c647afeafb4149c5dedaeacfd20971ed7c26c7553794bb750536b5f57 checksum=9fe8287c647afeafb4149c5dedaeacfd20971ed7c26c7553794bb750536b5f57
less_package() {
pkg_install() {
vmove usr
}
}