🔒 Repository is read-only – file editing is disabled.

recipes/utils/scim/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: scim
pkgver: '1.4.18'
pkgrel: '4'
pkgdesc: The Smart Common Input Method platform
url: ''
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- m4
- grep
- sed
- gettext
- libtool
- intltool
source:
- 'https://github.com/scim-im/scim/archive/${pkgver}.tar.gz'
sha256sums:
- 072d79dc3c7277b8e8fcb1caf1a83225c3bf113d590f314b85ae38024427a228
build: |
  cd ${pkgname}-${pkgver}
  ./bootstrap
  ./configure --prefix=/usr \
              --sysconfdir=/etc
  make
  make DESTDIR=${PKGDIR} install
package: |
  true