Change pkgname
This commit is contained in:
parent
60b945ce25
commit
e88176ff5e
2 changed files with 7 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
mkinitcpio-dropbear-*.tar.zst
|
||||
mkinitcpio-dropbear*.tar.zst
|
||||
src/
|
||||
pkg/
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,12 +2,14 @@
|
|||
# Contributor: Caleb Maclennan <caleb@alerque.com>
|
||||
# Contributor: Giancarlo Razzolini <grazzolini@archlinux.org>
|
||||
|
||||
pkgname=mkinitcpio-dropbear
|
||||
pkgname=mkinitcpio-dropbear2
|
||||
pkgname_="mkinitcpio-dropbear"
|
||||
conflicts=("$pkgname_")
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='hook to install and enable the dropbear daemon in early userspace'
|
||||
arch=(any)
|
||||
url="https://git.korhonen.cc/FunctionalHacker/$pkgname"
|
||||
url="https://git.korhonen.cc/FunctionalHacker/$pkgname_"
|
||||
license=(GPL3)
|
||||
depends=(dropbear psmisc)
|
||||
optdepends=(
|
||||
|
@ -30,5 +32,5 @@ package() {
|
|||
install -Dm0644 dropbear_hook "$pkgdir/usr/lib/initcpio/hooks/dropbear"
|
||||
install -Dm0644 dropbear_install "$pkgdir/usr/lib/initcpio/install/dropbear"
|
||||
install -Dm0644 dropbear_config "$pkgdir/etc/dropbear/config"
|
||||
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
|
||||
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname_/" LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue