Adding debian version 0.0~git20250307.c2e6a77-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b6e042e2af
commit
9bbce3a696
7 changed files with 79 additions and 0 deletions
26
debian/control
vendored
Normal file
26
debian/control
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
Source: golang-github-pocketbase-tygoja
|
||||
Section: golang
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-golang,
|
||||
golang-any,
|
||||
golang-golang-x-tools-dev,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.2
|
||||
Homepage: https://github.com/pocketbase/tygoja
|
||||
Vcs-Browser: https://forgejo.debian.net/beszel/golang-github-pocketbase-tygoja
|
||||
Testsuite: autopkgtest-pkg-go
|
||||
XS-Go-Import-Path: github.com/pocketbase/tygoja
|
||||
|
||||
Package: golang-github-pocketbase-tygoja-dev
|
||||
Section: golang
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
Description: helper library for generating TypeScript declarations (Go library)
|
||||
tygoja is a small helper library for generating TypeScript declarations. The
|
||||
generated typings are intended to be used as import helpers to provide ambient
|
||||
TypeScript declarations (aka. .d.ts) for goja bindings.
|
Loading…
Add table
Add a link
Reference in a new issue