alpm-sys 5.0.1

Raw bindings for libalpm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
arguments+=(--template-dir $testdir/$testcase/templates/build)
arguments+=(--template-dir $testdir/$testcase/templates/package)
expected_exitcode=0

IFS="" read -d '' expected_output <<'EOF'
EOF

IFS="" read -d '' expected_result <<'EOF'
pkgname=foo
pkgver=1

# template start; name=build; version=1;
build() {}
# template end;
# template start; name=package; version=1;
package() {}
# template end;
EOF