updated ripgrep state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-02-19 20:16:57 +01:00
parent 2c798b5ff9
commit 8ee04f4b10

View File

@ -1,10 +1,20 @@
---
{%- from "ripgrep/map.jinja" import ripgrep with context %}
{% set archive_exclude_dir = './ripgrep-' + fd.version + '-' + fd.arch + '-unknown-' + fd.os + '-musl' %}
ripgrep-archive-extract:
archive.extracted:
- name: {{ ripgrep.release_dir }}/ripgrep-{{ ripgrep.version }}
- source: {{ ripgrep.mirror }}/{{ ripgrep.version }}/ripgrep-{{ ripgrep.version }}-{{ ripgrep.arch }}-unknown-{{ ripgrep.os|lower }}-musl.tar.gz
- skip_verify: true
- options: >
--transform 's|^\{{ archive_exclude_dir }}|/|g'
--transform 's|COPYING.*||g'
--transform 's|LICENSE.*||g'
--transform 's|UNLICENSE.*||g'
--transform 's|doc||g'
--transform 's|complete||g'
--transform 's|README.md||g'
--strip 1
- enforce_toplevel: false
- user: root
- group: root