13 lines
222 B
Text
13 lines
222 B
Text
|
|
name="grep"
|
||
|
|
version="3.12"
|
||
|
|
revision=1
|
||
|
|
source=("https://ftp.gnu.org/gnu/grep/grep-3.12.tar.gz")
|
||
|
|
|
||
|
|
build() {
|
||
|
|
echo "Build function not implemented"
|
||
|
|
}
|
||
|
|
|
||
|
|
pak() {
|
||
|
|
echo "Packaging function not implemented"
|
||
|
|
}
|