summaryrefslogtreecommitdiff
path: root/devtools-archlinuxewe/PKGBUILD
blob: b31d97efb9c25239841230b6c3fa1adbe1f4466e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $Id$
# Maintainer: Erich Eckner <arch at eckner dot net>
# Contributor: Pierre Schmitz <pierre@archlinux.de>

pkgname=devtools-archlinuxewe
pkgver=20210225
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=('c52418d73897b3a3fd0898be3a4f1e87bcc61afe9087d028e99e0fd03949f794a0588ec070a49cd8c7b37bb32109d163082e091a4b3354c729debcb7663639f1')

build() {
	cd "${pkgname}-${pkgver}"
	make PREFIX=/usr
}

package() {
	cd "${pkgname}-${pkgver}"
	make PREFIX=/usr DESTDIR=${pkgdir} install
}