mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
0b49bebad9
* chore: script to build the deb sources now it includes the man files. This script makes only sense executing on the machine having the gpg key needed to sign and push to ppa * fix: dput dependency and proper configuration
23 lines
733 B
Plaintext
23 lines
733 B
Plaintext
Source: yq
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Roberto Mier Escandón <rmescandon@gmail.com>
|
|
Build-Depends: debhelper (>=10),
|
|
golang-1.17-go,
|
|
pandoc,
|
|
rsync
|
|
Standards-Version: 4.1.4
|
|
Homepage: https://github.com/mikefarah/yq.git
|
|
Vcs-Browser: https://github.com/mikefarah/yq.git
|
|
Vcs-Git: https://github.com/mikefarah/yq.git
|
|
XS-Go-Import-Path: github.com/mikefarah/yq
|
|
XSBC-Original-Maintainer: Roberto Mier Escandón <rmescandon@gmail.com>
|
|
|
|
Package: yq
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: lightweight and portable command-line YAML processor
|
|
.
|
|
The aim of the project is to be the
|
|
[jq](https://github.com/stedolan/jq) or sed of yaml files.
|