blob: e95f08ef29c1daceb4061a54c883f19c275b831c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=mkinitcpio-hostname
pkgver=0.2.2
pkgrel=1
pkgdesc='Set hostname for main system inside initrd'
arch=('any')
makedepends=('git')
url='https://github.com/eworm-de/mkinitcpio-hostname'
license=('GPL')
install=mkinitcpio-hostname.install
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("git+https://github.com/eworm-de/mkinitcpio-hostname.git#tag=${pkgver}?signed")
sha256sums=('SKIP')
package() {
cd mkinitcpio-hostname/
make DESTDIR="${pkgdir}" install
}
|