🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122
pkgname: enet
pkgver: '1.3.18'
pkgrel: '3'
pkgdesc: 'A relatively thin, simple and robust network communication layer on top of UDP'
url: 'http://enet.bespin.org/'
arch: x86_64
depends: []
makedepends: []
source:
- 'http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
package: |
cd ${pkgname}-${pkgver}
make DESTDIR="${PKGDIR}" install