2017-01-24 15:42:41 +00:00
|
|
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
|
|
|
pkgname=tl-makepkg
|
2017-01-27 17:28:58 +00:00
|
|
|
pkgver=0.6
|
2017-01-24 15:42:41 +00:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Small utility for running makepkg, then repose to add a local non-AUR package to a custom repo"
|
|
|
|
arch=('any')
|
|
|
|
url="https://git.thurstylark.com/tl-makepkg.git/"
|
|
|
|
license=('GPL')
|
2017-01-26 23:54:50 +00:00
|
|
|
depends=('repose' 'pacutils')
|
2017-01-27 01:01:39 +00:00
|
|
|
backup=('etc/tl-makepkg.conf')
|
2017-01-24 15:42:41 +00:00
|
|
|
source=('tl-makepkg'
|
|
|
|
'tl-makepkg.conf')
|
2017-01-27 17:28:58 +00:00
|
|
|
md5sums=('a241835872805ff68ffc4e0bc687d778'
|
2017-01-27 01:01:39 +00:00
|
|
|
'938de8daea15f68500e969df422fd7fa')
|
2017-01-24 15:42:41 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 tl-makepkg ${pkgdir}/usr/bin/tl-makepkg
|
|
|
|
install -Dm644 tl-makepkg.conf ${pkgdir}/etc/tl-makepkg.conf
|
|
|
|
}
|