Skip to content

Commit 08d9cee

Browse files
committed
Debian build file
1 parent bb11aca commit 08d9cee

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
matrix:
7+
allow_failures:
8+
- rust: nightly
9+
fast_finish: true

Cargo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ colored = "1.9.3"
2525

2626
members = [
2727
"example"
28-
]
28+
]
29+
30+
[package.metadata.deb]
31+
maintainer = "WhizSid <[email protected]>"
32+
copyright = "2020, WhizSid <[email protected]>"
33+
license-file = "LICENSE"
34+
extended-description = """\
35+
TypeScript like unit testing framework for testing REST JSON APIs."""
36+
depends = "$auto"
37+
section = "utility"
38+
priority = "optional"

aur

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit a786e66da517f96ffea007bc535828a337b8c841

0 commit comments

Comments
 (0)