* Add testcase for appimage with empty build section * Handle missing build entry in appimage.yml * Fix --mirror argument position for git clone * Re-enable compatibility with Python 2.6 * fix decoding for locale -a containg non-ASCII * update_cache in git now does merge * prefer local branch over remote * added UnicodeDecodeError to exeption list in archive.py * fetch rev explicitly if using CACHEDIRECTORY and rev could not be found * tar_scm.service.in: Add example to match-tag. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=266
20 lines
672 B
Bash
20 lines
672 B
Bash
pkgname=obs-service-tar_scm
|
|
pkgver=0.10.11.1579870213.888e79c
|
|
pkgrel=0
|
|
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
|
arch=('any')
|
|
url="https://github.com/openSUSE/obs-service-tar_scm"
|
|
license=('GPL3')
|
|
groups=('base-devel')
|
|
makedepends=('python' 'python-yaml' 'python-dateutil' 'python-lxml' 'python-mock' 'bzr' 'git' 'mercurial' 'subversion' )
|
|
depends=('python' 'python-yaml' 'python-dateutil' 'python-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
|
|
source=("obs-service-tar_scm-${pkgver}.tar.gz")
|
|
provides=('obs-service-tar')
|
|
sha256sums=('SKIP')
|
|
|
|
package() {
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
|
}
|
|
|