blob: 4e85b8b9d568242c8c6ec2e93f588d6b5d588022 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname='pop-session-bin'
pkgver='4.0.6'
pkgrel=1
_timestamp=1587745795
_commit=3b53ef2
pkgdesc='System76 Pop Session'
arch=('x86_64')
url='https://github.com/pop-os/session'
license=('GPL2' 'CCPL:by-sa')
conflicts=('pop-session')
provides=('pop-session')
depends=("gnome-shell")
source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-session/pop-session_${pkgver}~${_timestamp}~20.04~${_commit}_all.deb")
sha256sums=('97200e1e5f43ba86a7bd9612b59713b8de8b1b72b13dfbad4848833b9c9a153a')
package() {
cd "${srcdir}"
tar -xJC "${pkgdir}" -f data.tar.xz
}
# vim: ts=2 sw=2 et:
|