2017-01-24 15:42:41 +00:00
|
|
|
# Maintainer: David Thurstenson <thurstylark@gmail.com>
|
|
|
|
pkgname=tl-makepkg
|
2017-01-24 16:46:39 +00:00
|
|
|
pkgver=0.3
|
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-24 16:44:24 +00:00
|
|
|
depends=('repose')
|
2017-01-24 15:42:41 +00:00
|
|
|
backup=(etc/tl-makepkg.conf)
|
|
|
|
source=('tl-makepkg'
|
|
|
|
'tl-makepkg.conf')
|
2017-01-24 16:46:39 +00:00
|
|
|
md5sums=('737c5a07560428863b8242af4f80a1e4'
|
2017-01-24 16:44:24 +00:00
|
|
|
'90f485bc5e44599a2e2e7b8c49a140fc')
|
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
|
|
|
|
}
|