Browse Source
subrepo: subdir: "yelp-tools" merged: "0c63448" upstream: origin: "gitea@gitea.artixlinux.org:packagesY/yelp-tools.git" branch: "master" commit: "0c63448" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 125 additions and 0 deletions
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing) |
||||
; |
||||
; This subdirectory is a git "subrepo", and this file is maintained by the |
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme |
||||
; |
||||
[subrepo] |
||||
remote = gitea@gitea.artixlinux.org:packagesY/yelp-tools.git |
||||
branch = master |
||||
commit = 0c63448b628a90e2bc3f0437991f8fa27576e243 |
||||
parent = 9c75f6082811adce0c2a4dd89130c361b11b0eb5 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,35 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Jan de Groot <jgc@archlinux.org> |
||||
|
||||
pkgname=yelp-tools |
||||
pkgver=3.32.2 |
||||
pkgrel=1 |
||||
pkgdesc="Collection of tools for building and converting documentation" |
||||
url="https://gitlab.gnome.org/GNOME/yelp-tools" |
||||
arch=(any) |
||||
depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl mallard-ducktype) |
||||
makedepends=(git) |
||||
license=(GPL) |
||||
_commit=c8664c3df853f5307ff3c4d939721f340d61f4ba # tags/3.32.2^0 |
||||
source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.git#commit=$_commit") |
||||
sha256sums=('SKIP') |
||||
|
||||
pkgver() { |
||||
cd $pkgname |
||||
git describe --tags | sed 's/-/+/g' |
||||
} |
||||
prepare() { |
||||
cd $pkgname |
||||
NOCONFIGURE=1 ./autogen.sh |
||||
} |
||||
|
||||
build() { |
||||
cd $pkgname |
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd $pkgname |
||||
make DESTDIR="$pkgdir" install |
||||
} |
@ -0,0 +1,35 @@
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> |
||||
# Contributor: Jan de Groot <jgc@archlinux.org> |
||||
|
||||
pkgname=yelp-tools |
||||
pkgver=3.32.2 |
||||
pkgrel=1 |
||||
pkgdesc="Collection of tools for building and converting documentation" |
||||
url="https://gitlab.gnome.org/GNOME/yelp-tools" |
||||
arch=(any) |
||||
depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl mallard-ducktype) |
||||
makedepends=(git) |
||||
license=(GPL) |
||||
_commit=c8664c3df853f5307ff3c4d939721f340d61f4ba # tags/3.32.2^0 |
||||
source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.git#commit=$_commit") |
||||
sha256sums=('SKIP') |
||||
|
||||
pkgver() { |
||||
cd $pkgname |
||||
git describe --tags | sed 's/-/+/g' |
||||
} |
||||
prepare() { |
||||
cd $pkgname |
||||
NOCONFIGURE=1 ./autogen.sh |
||||
} |
||||
|
||||
build() { |
||||
cd $pkgname |
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd $pkgname |
||||
make DESTDIR="$pkgdir" install |
||||
} |
Loading…
Reference in new issue