summaryrefslogtreecommitdiff
path: root/devtools-archlinuxewe/PKGBUILD
blob: 2810f4ec88b72135cc42503b5efc17ca4a84f440 (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.1
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=('295a9452ca8c71eb07606f3270dfb0edf160a4f22448eed22fe8dcdcc0c56d0e0e96cf9a9385946c292b3bef5e047702afa797e25d18ac5a4b04ec7d684dc8db')

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

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