File: gh-macos

package info (click to toggle)
libffi-c-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 484 kB
  • sloc: perl: 1,517; ansic: 57; sh: 19; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -ex

cd $(mktemp -d)
curl -L https://github.com/PerlFFI/FFI-Platypus/tarball/main | tar zxf -
cd $(ls -1)
dzil authordeps --missing | cpanm -n
dzil install