Source: golang-github-jamiealquiza-envy
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jamiealquiza-envy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jamiealquiza-envy.git
Homepage: https://github.com/jamiealquiza/envy
XS-Go-Import-Path: github.com/jamiealquiza/envy

Package: golang-github-jamiealquiza-envy-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
 ${misc:Depends},
Description: expose environment variables for Go flags (library)
 Envy automatically exposes environment variables for all of your Go flags Envy
 takes a namespace prefix that will be used for environment variable lookups.
 Each flag registered in your app will be prefixed, uppercased, and hyphens
 exchanged for underscores; if a matching environment variable is found, it
 will set the respective flag value as long as the value is not otherwise
 explicitly set (see usage for precedence).
