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:
|
# Maintainer:
|
||||||
pkgname=tcsh
|
pkgname=tcsh
|
||||||
pkgver=6.20.00
|
pkgver=6.20.00
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="extended C-shell"
|
pkgdesc="extended C-shell"
|
||||||
url="http://www.tcsh.org"
|
url="http://www.tcsh.org"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="ncurses-dev"
|
makedepends="ncurses-dev"
|
||||||
install=""
|
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="ftp://ftp.astron.com/pub/tcsh/${pkgname}-${pkgver}.tar.gz
|
source="ftp://ftp.astron.com/pub/tcsh/${pkgname}-${pkgver}.tar.gz
|
||||||
001-sysmalloc.patch"
|
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