diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-21 10:18:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-21 10:18:55 +0200 |
commit | 2dc7a161a09518edae9e04a77fca569460d6a560 (patch) | |
tree | 5c893311826fc1ae7090352fb2f17a2d3d3a560e /test/fixture/version/setup/git-custom/PKGBUILD | |
parent | a1ca197bc99c2d5c2977630cc4c9dbfd5461d9c1 (diff) | |
parent | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (diff) | |
download | devtools-master.tar.xz |
Diffstat (limited to 'test/fixture/version/setup/git-custom/PKGBUILD')
-rw-r--r-- | test/fixture/version/setup/git-custom/PKGBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixture/version/setup/git-custom/PKGBUILD b/test/fixture/version/setup/git-custom/PKGBUILD new file mode 100644 index 0000000..3c70d5f --- /dev/null +++ b/test/fixture/version/setup/git-custom/PKGBUILD @@ -0,0 +1,14 @@ +pkgname=libfakekey +pkgver=0.3 +pkgrel=1 +pkgdesc='X virtual keyboard library.' +arch=('x86_64') +url='https://www.yoctoproject.org/tools-resources/projects/matchbox' +license=('GPL') +depends=('libxtst') +source=("git://git.yoctoproject.org/libfakekey") +sha256sums=('d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4') + +package() { + : +} |