Skip to content
Snippets Groups Projects
Commit bf86ecec authored by Dave Reisner's avatar Dave Reisner
Browse files

pull sources from git

- add 'awk' as dependency (needed by genfstab)
parent b2b39c71
No related branches found
Tags 1.2.1-1
No related merge requests found
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=arch-install-scripts
pkgver=18
pkgver=19
pkgrel=1
pkgdesc="Scripts to aid in installing Arch Linux"
arch=('any')
url="https://projects.archlinux.org/arch-install-scripts.git"
license=('GPL')
depends=('bash' 'coreutils' 'pacman' 'util-linux')
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
makedepends=('git')
source=("git+https://projects.archlinux.org/arch-install-scripts.git?signed#tag=v$pkgver")
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
md5sums=('578ec888683dbfecea297c40ecf7c229'
'SKIP')
md5sums=('SKIP')
pkgver() {
cd "$pkgname"
git describe | sed s,^v,,
}
build() {
make -C "$pkgname-$pkgver"
make -C "$pkgname"
}
check() {
make -C "$pkgname-$pkgver" check
make -C "$pkgname" check
}
package() {
make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment