# $Id$ # Maintainer: Erich Eckner # Contributor: Pierre Schmitz pkgname=devtools-archlinuxewe pkgver=20200213 pkgrel=1 pkgdesc='Tools for Arch Linux package maintainers, also for 32 bit, armv6h, armv7h and [archlinuxewe]' arch=('any') license=('GPL') url='https://git.eckner.net/Erich/devtools/' depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts' 'archlinux32-keyring' 'git' 'mercurial' 'bzr') makedepends=('asciidoc') conflicts=('devtools' 'devtools32') source=( "${pkgname}-${pkgver}.tar.xz::https://git.eckner.net/Erich/${pkgname%-*}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('aa03cb203a587cd3a060251e53949a671d16df3ee5c976c38beed980f00b535ee2fb2394950948bcbc5e84f4b747bf42e0b583869f2235862df93c3b59670fbd') build() { cd "${pkgname}-${pkgver}" make PREFIX=/usr } package() { cd "${pkgname}-${pkgver}" make PREFIX=/usr DESTDIR=${pkgdir} install }