summaryrefslogtreecommitdiffstats
path: root/reco/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2025-06-18 09:53:37 +0300
committerYigit Sever2025-06-18 09:53:37 +0300
commit8048646a5280e77cc8749e2cfbd6c61f30cfb64b (patch)
tree6806568f619d71a8b0e88c46f0a23f87869490ed /reco/PKGBUILD
parenta5555fabe1117e4ccd972417789efb14b1c8bdb5 (diff)
downloadpackages-8048646a5280e77cc8749e2cfbd6c61f30cfb64b.tar.gz
packages-8048646a5280e77cc8749e2cfbd6c61f30cfb64b.tar.bz2
packages-8048646a5280e77cc8749e2cfbd6c61f30cfb64b.zip
Deleted package: reco
Diffstat (limited to 'reco/PKGBUILD')
-rw-r--r--reco/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/reco/PKGBUILD b/reco/PKGBUILD
deleted file mode 100644
index 30466a2..0000000
--- a/reco/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
3
4pkgname='reco'
5pkgver=5.0.2
6pkgrel=1
7pkgdesc='An audio recording app designed for elementary OS'
8arch=('x86_64')
9url='https://github.com/ryonakano/reco'
10license=('GPL3')
11depends=('granite7' 'gstreamer' 'libpulse' 'ryokucha' 'live-chart')
12makedepends=('meson' 'vala' 'libhandy')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
14sha256sums=('c63206e107e571ebfdda2975ac1aea9a5c1b078ac225d5d1fa293e99f8079667')
15
16build() {
17 arch-meson "${pkgname}-${pkgver}" build -Duse_submodule=false
18 meson compile -C build
19}
20
21package() {
22 DESTDIR="${pkgdir}" meson install -C build
23 ln -s /usr/bin/com.github.ryonakano.reco "${pkgdir}/usr/bin/reco"
24 install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" "${pkgname}-${pkgver}/README.md"
25}