🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: glm
pkgver: '1.0.3'
pkgrel: '1'
pkgdesc: OpenGL Mathematics (GLM) is a header-only C++ mathematics library based on OpenGL.
url: 'https://github.com/g-truc/glm'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/g-truc/glm/archive/${pkgver}/glm-${pkgver}.tar.gz'
sha256sums:
- 3aa4347b8f13cba882df1c7b61a6ca910c75a875c56ec3d75d7dc9ae8eac34df
build: |
cd ${pkgname}-${pkgver}
mkdir -p ${PKGDIR}/usr/{include,share/doc/${pkgname}-${pkgver}}
cp -r glm ${PKGDIR}/usr/include/
cp -r doc ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}
package: |
true