summaryrefslogtreecommitdiff
path: root/devtools-archlinuxewe/PKGBUILD
blob: 533438b6600cdb29203674c0cd54bcc33129e206 (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=20200919
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=('9e1d8ad4f90edf96f1b7979696ef714a90a3691ad7efe5e0ffc488b2379f0b3849492521e9f1026c31ceaa2a8281104d4b8d1f78c3f11abfd84ab4dc87155ef5')

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

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