3/1/23 (again)
This commit is contained in:
parent
559dcfb079
commit
959017ca52
@ -20,12 +20,12 @@ CONFLICTS=("")
|
|||||||
|
|
||||||
# Source information
|
# Source information
|
||||||
PACKAGE_SRC="https://nano-editor.org/dist/v7/nano-7.2.tar.xz"
|
PACKAGE_SRC="https://nano-editor.org/dist/v7/nano-7.2.tar.xz"
|
||||||
SOURCES=("nano=7.2.tar.xz")
|
SOURCES=("nano-7.2.tar.xz" "nano-7.2")
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
getsource() {
|
getsource() {
|
||||||
wget $PACKAGE_SRC
|
wget $PACKAGE_SRC
|
||||||
tar xvf ${SOURCES}
|
tar xf ${SOURCES[1]}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildpkg() {
|
buildpkg() {
|
||||||
|
Loading…
Reference in New Issue
Block a user