manjaro-tools/build/manjaro-tools-iso-profiles/PKGBUILD

27 lines
743 B
Bash
Raw Normal View History

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