Search Criteria
Package Details: blackfire-agent 1.39.0-1
Git Clone URL: | https://aur.archlinux.org/blackfire-agent.git (read-only, click to copy) |
---|---|
Package Base: | blackfire-agent |
Description: | Blackfire Profiler Agent - Fire up your PHP Apps Performance |
Upstream URL: | https://blackfire.io |
Keywords: | blackfire |
Licenses: | |
Submitter: | None |
Maintainer: | patrickcurl |
Last Packager: | patrickcurl |
Votes: | 9 |
Popularity: | 0.001592 |
First Submitted: | 2015-01-14 22:51 |
Last Updated: | 2020-07-10 09:53 |
Latest Comments
1 2 Next › Last »
Deuchnord commented on 2020-06-17 06:49
Since I don't have time enough to maintain this package and since I don't use it anymore, I have disowned myself from it. If someone wants to adopt it, feel free to proceed.
mackerson commented on 2019-12-13 19:21
You're a rockstar, thank you!
Deuchnord commented on 2019-12-13 06:58
Woops, sorry, forgot to update it. I’m taking care of it ASAP.
mackerson commented on 2019-12-13 04:35
Looks like this could use another version bump (also it looks like it supports up to php-7.4 now, which is cool). @Deuchnord got it or want a hand? Also thanks for bumping it the last time!
Deuchnord commented on 2019-05-13 11:15
OK, I'm taking it, thanks :)
I'll manage to get it up-to-date ASAP :)
Anonymous comment on 2019-05-13 08:38
@Deuchnord: I removed me from the list of maintainers - you can take it over now. Thanks.
Deuchnord commented on 2019-05-12 08:47
Is this package still maintained? If not, I'd be really interested to retake the maintenance of this package.
Anonymous comment on 2015-12-27 06:34
Thanks for the heads up. I updated the packages.
Talus commented on 2015-12-26 23:38
This is outdated, I flagged it as such. Here is the new PKGBUILD :
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=blackfire-agent
pkgver=1.4.2
pkgrel=1
pkgdesc='Blackfire Profiler - Fire up your PHP Apps Performance'
arch=('i386' 'x86_64')
url='https://blackfire.io'
license='custom'
install='blackfire-agent.install'
depends=('glibc')
source=('blackfire-agent.service')
source_i386=("blackfire-agent-${pkgver}_i386::http://packages.blackfire.io/binaries/blackfire-agent/$pkgver/blackfire-agent-linux_386")
source_x86_64=("blackfire-agent-${pkgver}_x86_64::http://packages.blackfire.io/binaries/blackfire-agent/$pkgver/blackfire-agent-linux_amd64")
sha256sums=('aec343bca2f712d0dd22ccb43128d479e0280847e9573c2f37c183478f1ebcf6')
sha256sums_i386=('91922b95e15047803644819d4215b17916b344da13ffd9bc709ef35ac3e3d037')
sha256sums_x86_64=('b1a9aff5909ce3f378eb29289ab0f3d4f6bf66751a8debefb5fea3e68cbea619')
package(){
install -dm 755 "$pkgdir"/etc/blackfire
chown 487:487 "$pkgdir"/etc/blackfire
install -dm 755 "$pkgdir"/var/log/blackfire
install -Dm 755 blackfire-agent.service "$pkgdir"/usr/lib/systemd/system/blackfire-agent.service
install -Dm 755 blackfire-agent-${pkgver}_$CARCH "$pkgdir"/usr/bin/blackfire-agent
}
Cheers.
mtorromeo commented on 2015-06-30 10:04
@mjob: as cleared up on IRC, for reference, TU's are also allowed push on every package on aur4.