import sources

This commit is contained in:
Adam Samalik 2023-06-21 14:43:00 +02:00
parent 04b3760ccc
commit 6dc16e3c96
3 changed files with 16 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/scour-0.35.tar.gz
/scour-0.35.tar.gz /scour-0.35.tar.gz

15
plan.fmf Normal file
View File

@ -0,0 +1,15 @@
/:
inherit: false
execute:
how: tmt
discover:
how: shell
tests:
- name: binary exists
test: scour --version
require:
- python3-scour
- name: import works
test: /usr/libexec/platform-python -c "import scour; print(scour.__file__)"
require:
- python3-scour