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