Skip to content

Commit

Permalink
Add stb single header libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jul 14, 2024
1 parent eb7549c commit 533123e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions stb/PSPBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pkgname=stb
pkgver=20240714git
pkgrel=1
pkgdesc="a collcation of single-file public domain libraries for C/C++"
arch=('mips')
url="https://github.com/nothings/stb"
license=('Public Domain' 'MIT')
groups=('pspdev-default')
depends=()
makedepends=()
optdepends=()
source=("git+https://github.com/nothings/stb.git#commit=013ac3beddff3dbffafd5177e7972067cd2b5083")
sha256sums=('SKIP')

package() {
cd "stb"
mkdir -m 755 -p "$pkgdir/psp/include/"
install -m 644 *.h "$pkgdir/psp/include/"

mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 LICENSE "$pkgdir/psp/share/licenses/$pkgname"
}

0 comments on commit 533123e

Please sign in to comment.