filteraudio-git: add distfiles+checksum (amend previous commit)
This commit is contained in:
parent
bef95dc576
commit
d7de109df5
1 changed files with 4 additions and 8 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'filteraudio-git'
|
# Template file for 'filteraudio-git'
|
||||||
pkgname="filteraudio-git"
|
pkgname="filteraudio-git"
|
||||||
version="20150416"
|
version="20150416"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Lightweight audio filtering library for TOX"
|
short_desc="Lightweight audio filtering library for TOX"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="https://tox.im"
|
homepage="https://tox.im"
|
||||||
hostmakedepends="git"
|
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
_commit=612c5a102550c614e4c8f859e753ea64c0b7250c
|
_commit=612c5a102550c614e4c8f859e753ea64c0b7250c
|
||||||
|
wrksrc="filter_audio-$_commit"
|
||||||
do_fetch() {
|
distfiles="https://github.com/irungentoo/filter_audio/archive/$_commit.tar.gz"
|
||||||
git clone https://github.com/irungentoo/filter_audio.git ${wrksrc}
|
checksum=e2e60435abef632370ff0d63f32b82fff14dd61bfb37debc9f518ffd206aa0ac
|
||||||
cd $wrksrc
|
|
||||||
git checkout $_commit
|
|
||||||
}
|
|
||||||
|
|
||||||
# Development package
|
# Development package
|
||||||
filteraudio-devel-git_package() {
|
filteraudio-devel-git_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue