mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 08:06:25 +02:00
testing/cicada: add shell addition install scripts
This commit is contained in:
parent
74e9f280d9
commit
dbc1969a2e
@ -2,7 +2,7 @@
|
||||
# Maintainer: Hugo Wang <w@mitnk.com>
|
||||
pkgname=cicada
|
||||
pkgver=0.9.29
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A bash-like Unix shell"
|
||||
url="https://github.com/mitnk/cicada"
|
||||
# s390x and riscv64 blocked by cargo
|
||||
@ -10,6 +10,7 @@ arch="all !s390x !riscv64"
|
||||
license="MIT"
|
||||
makedepends="sqlite-dev cargo"
|
||||
checkdepends="xz"
|
||||
install="$pkgname.post-install $pkgname.pre-deinstall"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/mitnk/cicada/archive/v$pkgver.tar.gz
|
||||
ulimit.patch
|
||||
unbundle-sqlite.patch
|
||||
|
||||
4
testing/cicada/cicada.post-install
Normal file
4
testing/cicada/cicada.post-install
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
add-shell '/usr/bin/cicada'
|
||||
exit 0
|
||||
4
testing/cicada/cicada.pre-deinstall
Normal file
4
testing/cicada/cicada.pre-deinstall
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
remove-shell '/usr/bin/cicada'
|
||||
exit 0
|
||||
Loading…
x
Reference in New Issue
Block a user