Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: ipad_charge-20160928_1 #15065

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/ipad_charge/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'ipda_charge'
pkgname=ipad_charge
version=20160928
revision=1
build_style=gnu-makefile
_githash="aef5d59571193fb4d2716c822ee1fa5d1ab1e68a"
wrksrc="ipad_charge-${_githash}"
makedepends="libusb-devel"
short_desc="Enables charging of Apple devices via USB on Linux"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="GPL-2"
homepage="https://github.com/mkorenkov/ipad_charge"
distfiles="https://github.com/mkorenkov/ipad_charge/archive/${_githash}.tar.gz"
checksum=70964a679f455210503ed82f14c20823e7197235af1478625e8ec2c38e6e2b4e

do_install() {
vbin ipad_charge
vinstall 95-ipad_charge.rules 644 usr/lib/udev/rules.d 95-ipad_charge.rules
}