mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
* Add update config for universal-ctags * Add upstream monitoring for additional packages * Add context to disabled release checking * Fix s3proxy upstream * Remove todo * Bump package epochs * Revert gke-gcloud epoch bump * Revert changes for packages that fail builds * Fixup p4 packages * Remove syntect-server package This binary is built with Bazel now
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
package:
|
|
name: p4cli
|
|
version: 23.1
|
|
epoch: 3
|
|
description: "Command line interface for Perforce"
|
|
target-architecture:
|
|
- x86_64
|
|
copyright:
|
|
- paths:
|
|
- "*"
|
|
attestation: 'Copyright (c) 1995-2021, Perforce Software, Inc.'
|
|
license: 'BSD-2-Clause'
|
|
dependencies:
|
|
runtime:
|
|
|
|
environment:
|
|
contents:
|
|
repositories:
|
|
- https://packages.wolfi.dev/os
|
|
keyring:
|
|
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
|
|
packages:
|
|
- wolfi-base
|
|
|
|
pipeline:
|
|
- uses: fetch
|
|
with:
|
|
uri: https://filehost.perforce.com/perforce/r${{package.version}}/bin.linux26x86_64/p4
|
|
# Hash occasionally changes, available at https://filehost.perforce.com/perforce/r23.1/bin.linux26x86_64/SHA256SUMS (check version)
|
|
expected-sha256: bc13b6447e7b4e6e24048595b3d796143912bd38bc511a8470b3dba27499ddfc
|
|
extract: false
|
|
- runs: |
|
|
chmod +x p4
|
|
mkdir -p ${{targets.destdir}}/usr/local/bin/
|
|
cp p4 ${{targets.destdir}}/usr/local/bin/p4
|
|
|
|
update:
|
|
enabled: false # No monitoring available
|