new: migrate more packages
This commit is contained in:
@ -11,7 +11,7 @@ HASHES=("097ff1a324ae02e0a3b0369f07a7544a")
|
||||
DEPENDS=("glibc" "bash")
|
||||
BUILD=()
|
||||
|
||||
build(){
|
||||
PACKAGE(){
|
||||
tar xf "${NAME}-${VERSION}.tar.gz"
|
||||
cd "${NAME}-${VERSION}"
|
||||
|
||||
@ -21,6 +21,6 @@ build(){
|
||||
cd .. && rm -r "${NAME}-${VERSION}"
|
||||
}
|
||||
|
||||
install(){
|
||||
INSTALL(){
|
||||
echo "Testing the install script"
|
||||
}
|
||||
|
Reference in New Issue
Block a user