diff shells/tcsh/tcsh.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 57dc83a39b13
children a47aaf9743a0
line wrap: on
line diff
--- a/shells/tcsh/tcsh.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/shells/tcsh/tcsh.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -15,12 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-PKGNAME=tcsh
-PKGVERSION=6.21.00
-PKGREVISION=1
-PKGLICENSE="BSD3CLAUSE"
-PKGSUMMARY="C shell with file name completion and command line editing"
-PKGDOWNLOAD="ftp://ftp.astron.com/pub/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
+. ./tcsh.info
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}