mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
parent
7e56c0aaff
commit
2fd76197ae
@ -2,14 +2,14 @@
|
||||
# Maintainer:
|
||||
pkgname=tcsh
|
||||
pkgver=6.20.00
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="extended C-shell"
|
||||
url="http://www.tcsh.org"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends=""
|
||||
makedepends="ncurses-dev"
|
||||
install=""
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
||||
subpackages="$pkgname-doc"
|
||||
source="ftp://ftp.astron.com/pub/tcsh/${pkgname}-${pkgver}.tar.gz
|
||||
001-sysmalloc.patch"
|
||||
|
3
testing/tcsh/tcsh.post-install
Normal file
3
testing/tcsh/tcsh.post-install
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
add-shell '/bin/tcsh'
|
||||
exit 0
|
1
testing/tcsh/tcsh.post-upgrade
Symbolic link
1
testing/tcsh/tcsh.post-upgrade
Symbolic link
@ -0,0 +1 @@
|
||||
tcsh.post-install
|
3
testing/tcsh/tcsh.pre-deinstall
Normal file
3
testing/tcsh/tcsh.pre-deinstall
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
remove-shell '/bin/tcsh'
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user