packages: Add E2E test for Alpine package with noarch
Refs: https://code.forgejo.org/forgejo/end-to-end/pulls/75
This commit is contained in:
parent
5bb5e037ce
commit
b563e5cd19
13 changed files with 145 additions and 6 deletions
7
packages/alpine-7.0-test/package-source/forgejo-2173/forgejo_2173.init
Executable file
7
packages/alpine-7.0-test/package-source/forgejo-2173/forgejo_2173.init
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/sbin/openrc-run
|
||||
|
||||
command="/usr/bin/forgejo_2173"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
Loading…
Add table
Reference in a new issue