FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ctags/6.1.0 package update by github-actions[bot] · Pull Request #2 · linuxfreak/sourcegraph · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yaml  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
22 changes: 12 additions & 10 deletions wolfi-packages/ctags.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# universal-ctags package
# Version from the universal-ctags project tags page: https://github.com/universal-ctags/ctags/tags

package:
name: ctags
version: 6.0.0
epoch: 6
version: 6.1.0
epoch: 0
description: "A maintained ctags implementation"
target-architecture:
- x86_64
copyright:
- paths:
- "*"
- "*"
license: GPL-2.0
dependencies:
runtime:
Expand All @@ -22,30 +19,35 @@ environment:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- build-base
- autoconf
- automake
- pkgconf
- pkgconf-dev
- build-base
- busybox
- ca-certificates-bundle
- jansson-dev
- pkgconf
- pkgconf-dev

pipeline:
- uses: fetch
with:
uri: https://github.com/universal-ctags/ctags/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: 71229a73f25529c9e3dabb2cb7310c55405d31caee8e8a9ab5c71b2406d4005a
expected-sha256: 1eb6d46d4c4cace62d230e7700033b8db9ad3d654f2d4564e87f517d4b652a53

- name: Autogen
runs: |
./autogen.sh

- uses: autoconf/configure
with:
opts: |
--program-prefix=universal- \
--enable-json

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

update:
Expand Down

Back | FazBrowse Home | New Git URL