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

recipes/utils/duktape/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: duktape
pkgver: '2.7.0'
pkgrel: '2'
pkgdesc: 'embeddable Javascript engine, with a focus on portability and compact footprint'
url: 'https://duktape.org/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://duktape.org/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
    export CFLAGS="$CFLAGS -DDUK_USE_FASTINT"
    make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr
    make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr DESTDIR=${PKGDIR} install

package: |
  true