summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 345dcfaaf8ab84e1ac03c202f67e8627eab6f8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Murat Çileli <murat.cileli@gmail.com>

pkgname=paselect
pkgver=1.0
pkgrel=1
pkgdesc="Select Pulse Audio profile and output easily."
url="https://github.com/murat-cileli/$pkgname"
arch=('any')
depends=('pulseaudio')
license=('MIT')
source=("https://github.com/murat-cileli/paselect/archive/1.0.tar.gz")
sha256sums=('c8ec994520c328b3f5c05301e7815526cf90739dcd009d3afc41aa91dfca1eca')

package() {
    cd $pkgname-$pkgver
    find paselect.sh -type f -exec \
        install -Dm755 {} "$pkgdir/usr/local/bin/$pkgname" \;
}