recipe_version for grep

This commit is contained in:
Ian Douglas Scott 2017-07-23 21:19:29 -07:00
parent 7f27da77e3
commit 1ddce8155f
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -3,6 +3,11 @@ TAR=https://ftp.gnu.org/gnu/grep/grep-$VERSION.tar.xz
HOST=x86_64-elf-redox
function recipe_version {
echo "$VERSION"
skip=1
}
function recipe_update {
echo "skipping update"
skip=1