summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1efe4365d7e8ddc77b6b1366ed7514207c2d7d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Garlicbreadwolfs <garlicbreadwolfs AT riseup DOT net>

pkgname=zshbinsh
pkgver=1
pkgrel=1
pkgdesc="Relink /bin/sh to zsh"
arch=('any')
license=('Unlicense')
conflicts=('dashbinsh')
depends=('zsh')
provides=('sh')
install="${pkgname}.install"
source=("${pkgname}.hook")
sha512sums=('SKIP')

package() {
  cd "$srcdir"
	install -Dm 644 "${pkgname}.hook" "${pkgdir}/usr/share/libalpm/hooks/${pkgname}.hook"
}