🔒 Repository is read-only – file editing is disabled.

recipes/utils/asio/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: asio
pkgver: '1.38.2'
pkgrel: '1'
pkgdesc: 'Cross-platform C++ library for ASynchronous network I/O'
url: 'https://github.com/chriskohlhoff/asio'
arch: x86_64
depends: []
makedepends:
- boost
- automake
- autoconf

source:
- 'https://github.com/chriskohlhoff/asio.git'

sha256sums:
- SKIP

build: |
  localedef -i en_US -f UTF-8 en_US.UTF-8
  LC_ALL=en_US.UTF-8 LANG=en_US.utf-8
  cd asio

  autoreconf -fiv

   ./configure \
      --prefix=/usr
    make

  make DESTDIR=${PKGDIR} install

  install -D -m644 LICENSE_1_0.txt ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE

package: |
  true