summaryrefslogtreecommitdiff
path: root/devtools-archlinuxewe/PKGBUILD
blob: 6cfd24609dffa5298229beba015dd959ae45ce40 (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=20210202
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=('7871c5915758a8f9f3b14e7526d15a27bfd1f59051aaeb6e70fb116bb9b598af20236193e29d7ce9d89dfcc50b7161afc3964b1ee97988942b644b6c4688476e')

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

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