diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-15 10:00:02 +0200 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-15 10:00:02 +0200 |
commit | 94d38e6d9121e1dace18eb332e05fbcd3cf82adb (patch) | |
tree | 32739e4aca059794d274b0206049fabd3e5d9bb9 /go-md2man/.artixlinux | |
parent | 647f1c4b13a8732c984275c761003695f17d364c (diff) |
Add xbindkeys
Diffstat (limited to 'go-md2man/.artixlinux')
-rw-r--r-- | go-md2man/.artixlinux/Jenkinsfile | 3 | ||||
-rw-r--r-- | go-md2man/.artixlinux/pkgbase.yaml | 55 |
2 files changed, 58 insertions, 0 deletions
diff --git a/go-md2man/.artixlinux/Jenkinsfile b/go-md2man/.artixlinux/Jenkinsfile new file mode 100644 index 0000000..d68bca2 --- /dev/null +++ b/go-md2man/.artixlinux/Jenkinsfile @@ -0,0 +1,3 @@ +@Library('artix-ci@orion') import org.artixlinux.RepoPackage + +PackagePipeline(new RepoPackage(this)) diff --git a/go-md2man/.artixlinux/pkgbase.yaml b/go-md2man/.artixlinux/pkgbase.yaml new file mode 100644 index 0000000..6944007 --- /dev/null +++ b/go-md2man/.artixlinux/pkgbase.yaml @@ -0,0 +1,55 @@ +--- +pkgbase: + name: go-md2man + version: 2.0.7-1 + arch: + - x86_64 + pkgname: + - go-md2man +actions: + addRepo: world + removeRepo: null + triggersBuild: true + triggersRebuild: false + triggersRepoAdd: true + triggersRepoRemove: false + triggersNoCheck: false +repos: + system-goblins: + version: null + packages: [] + system-gremlins: + version: null + packages: [] + system: + version: null + packages: [] + world-goblins: + version: null + packages: [] + world-gremlins: + version: null + packages: [] + world: + version: 2.0.7-1 + packages: + - go-md2man-2.0.7-1-x86_64.pkg.tar.zst + lib32-goblins: + version: null + packages: [] + lib32-gremlins: + version: null + packages: [] + lib32: + version: null + packages: [] + galaxy-goblins: + version: null + packages: [] + galaxy-gremlins: + version: null + packages: [] + galaxy: + version: null + packages: [] +team: world |