Skip to content

Commit

Permalink
New package: ObjFW-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nsailor committed Sep 23, 2023
1 parent 72b80a4 commit 1cfe518
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/ObjFW-devel
23 changes: 23 additions & 0 deletions srcpkgs/ObjFW/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'ObjFW'
pkgname=ObjFW
version=1.0.3
revision=1
build_style=gnu-configure
makedepends="openssl-devel clang"
short_desc="Portable framework for the Objective-C language"
maintainer="Jason Barmparesos <github@jasonb.dev>"
license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
homepage="https://objfw.nil.im"
changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17

ObjFW-devel_package() {
short_desc+=" - development files and utilities"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/bin/objfw-*"
}
}

0 comments on commit 1cfe518

Please sign in to comment.