🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122
pkgname: 'gnome-common'
pkgver: '3.18.0'
pkgrel: '4'
pkgdesc: 'Common macros pour GNOME 3'
url: 'https://www.gnome.org'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://download.gnome.org/sources/${pkgname}/3.18/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
package: |
cd ${pkgname}-${pkgver}
make DESTDIR="${PKGDIR}" install