distributable: url: https://github.com/libimobiledevice/libplist/releases/download/{{version}}/libplist-{{version}}.tar.bz2 strip-components: 1 versions: github: libimobiledevice/libplist build: script: - ./configure $ARGS - make - make install # FIXME: this is a hack; we need to fix fixup.ts - run: sed -i 's/\+brewing//g' *.pc working-directory: '{{prefix}}/lib/pkgconfig' env: ARGS: - --disable-debug - --disable-dependency-tracking - --prefix={{prefix}} - --libdir={{prefix}}/lib - --disable-silent-rules - --without-cython provides: - bin/plistutil test: - run: plistutil -i $FIXTURE -o test_binary.plist fixture: content: | Label test ProgramArguments /bin/echo extname: plist - ls | grep test_binary.plist - plistutil --version | grep {{version}}