summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 595f92760ee7bf59c790e433f11de09f6ccf5909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Vithon <ratm@archlinux.us>
# Maintainer: Zoe <chp321@gmail.com>
pkgname=quelcom
pkgver=0.4.0_15
_pkgver=0.4.0
pkgrel=2
pkgdesc="Quelcom provides assorted tools to perform simple editing operations on MP3 and WAV audio files. These include fading, check-and-clean, informational extraction and lossless cutting and joining without reencoding."
license=('GPL')
url="https://github.com/posixru/quelcom"
arch=('x86_64')

source=("https://mirrors.edge.kernel.org/ubuntu/pool/universe/q/${pkgname}/${pkgname}_${_pkgver}-15_amd64.deb")
md5sums=('be0495c7714f6f624ee379f5627c6fee')

package() {
    cd ${srcdir}
    bsdtar -xf data.tar.xz -C ${pkgdir} || return 1
}