diff options
Diffstat (limited to 'mandown')
-rw-r--r-- | mandown/.artixlinux/Jenkinsfile | 3 | ||||
-rw-r--r-- | mandown/.artixlinux/pkgbase.yaml | 60 | ||||
-rw-r--r-- | mandown/.artixlinux/srcinfo.yaml | 25 |
3 files changed, 0 insertions, 88 deletions
diff --git a/mandown/.artixlinux/Jenkinsfile b/mandown/.artixlinux/Jenkinsfile deleted file mode 100644 index d68bca2..0000000 --- a/mandown/.artixlinux/Jenkinsfile +++ /dev/null @@ -1,3 +0,0 @@ -@Library('artix-ci@orion') import org.artixlinux.RepoPackage - -PackagePipeline(new RepoPackage(this)) diff --git a/mandown/.artixlinux/pkgbase.yaml b/mandown/.artixlinux/pkgbase.yaml deleted file mode 100644 index f8a65cf..0000000 --- a/mandown/.artixlinux/pkgbase.yaml +++ /dev/null @@ -1,60 +0,0 @@ ---- -actions: - addRepo: world - removeRepo: null - triggersBuild: true - triggersRebuild: false - triggersRepoAdd: true - triggersRepoRemove: false - triggersNoCheck: false -repos: - system-goblins: - version: null - packages: [] - debug: [] - system-gremlins: - version: null - packages: [] - debug: [] - system: - version: null - packages: [] - debug: [] - world-goblins: - version: null - packages: [] - debug: [] - world-gremlins: - version: null - packages: [] - debug: [] - world: - version: 1.1.0-1 - packages: - - mandown-1.1.0-1-x86_64.pkg.tar.zst - debug: [] - lib32-goblins: - version: null - packages: [] - debug: [] - lib32-gremlins: - version: null - packages: [] - debug: [] - lib32: - version: null - packages: [] - debug: [] - galaxy-goblins: - version: null - packages: [] - debug: [] - galaxy-gremlins: - version: null - packages: [] - debug: [] - galaxy: - version: null - packages: [] - debug: [] -team: world diff --git a/mandown/.artixlinux/srcinfo.yaml b/mandown/.artixlinux/srcinfo.yaml deleted file mode 100644 index 570f90a..0000000 --- a/mandown/.artixlinux/srcinfo.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -version: 1.1.0-1 -pkgbase: - name: mandown - pkgdesc: Create man pages from markdown markup - pkgver: 1.1.0 - pkgrel: 1 - url: https://gitlab.com/kornelski/mandown - arch: - - x86_64 - license: - - Apache-2.0 - makedepends: - - rust - - cargo - depends: - - gcc-libs - - glibc - source: - - https://gitlab.com/kornelski/mandown/-/archive/v1.1.0/mandown-v1.1.0.tar.gz - sha512sums: - - 516a7b655c8aee8e171ba8e0a23997a6cfc9cbbc60197039acc10892ebdd6a454dfb3ca9dc4b7a49856edef0b1102f2126a0ad14ff203bcbb735603627125bbe -pkgname: - - name: mandown -# generated with artixpkg 0.36.0-2-any |