manjaro-tools/build/manjaro-tools-iso-profiles/PKGBUILD
2014-12-14 05:43:36 +01:00

27 lines
No EOL
734 B
Bash

# Maintainer: Philip Müller <philm[at]manjaro[dog]org>
# Contributor: artoo <flower_of_life@gmx.net>
pkgname=manjaro-tools-iso-profiles
pkgver=0.8.11
pkgrel=1
arch=('any')
url="https://github.com/udeved/manjaro-tools-iso-profiles"
license=('GPL')
depends=('manjaro-tools')
makedepends=('git')
conflicts=('manjaroiso-profiles'
'manjaroiso-openrc-profiles'
'manjaroiso-community-profiles')
source=("git+$url.git")
sha256sums=('SKIP')
# pkgver() {
# cd ${srcdir}/manjaro-tools
# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
# }
package() {
cd ${srcdir}/${pkgname} #-${pkgver}
install -d $pkgdir/usr/share/manjaro-tools/iso-profiles
cp -a * $pkgdir/usr/share/manjaro-tools/iso-profiles
}