blob: 906b4d57de02047651df815483e9f4caf43cef3c (
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.5'
pkgrel=1
_timestamp=1586962528
_commit=902bea8
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=('6321145d055473ad457830e50d8ad161a96a47b4401ecac73b31aa63bdc835df')
package() {
cd "${srcdir}"
tar -xJC "${pkgdir}" -f data.tar.xz
}
# vim: ts=2 sw=2 et:
|