File: build

package info (click to toggle)
bcal 2.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: ansic: 1,845; python: 170; makefile: 43; sh: 5
file content (8 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

PKG=bcal

cp -a /usr/bin/"${PKG}" .
sync
python3 -m pytest test.py